Loading Art/Sprites into your game | Love2D Basics
Installation and project setup instructions can be found here (first 10 minutes of the video):
• [2021 Update!] Make Games with Love2D...
Here are the sprites used in this video:
https://1drv.ms/u/s!Au9BF2C5YvsHgbhF8FsJQbBGpNt1xQ?e=B7VXVe
Thanks to kenney.nl for these open-source images!
Code from the player movement video:
https://github.com/kyleschaub/snippets/blob/main/love2d/1_player-movement/main.lua
Check out my full course on Udemy! If you're new to programming, it teaches you everything you need. Use this link to automatically apply a discount:
https://www.udemy.com/course/lua-love/?couponCode=4773D25F00A01B61246B
0:00 Intro and setup
0:36 Including images into the project
1:55 Drawing sprites
2:24 Drawing a background
4:02 Outro
#gamedev