How to (easily) add Animations to a Character | Love2D Basics
Installation and project setup instructions can be found here (first 10 minutes of the video):
https://www.youtube.com/watch?v=wttKHL90Ank
SpriteSheet download:
https://1drv.ms/u/s!Au9BF2C5YvsHgbh76wfIOQOMtucAmQ?e=f4zUfq
Player Movement tutorial code:
https://github.com/kyleschaub/snippets/blob/main/love2d/1_player-movement/main.lua
Anim8 Github page:
https://github.com/kikito/anim8
Final code/project from THIS video:
https://github.com/kyleschaub/snippets/tree/main/love2d/3_animations
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 Introduction
0:38 Project setup
1:13 Import spritesheet
1:57 Installing Anim8
3:26 Creating a grid
4:53 Drawing the first animation
7:52 Smooth scaling
9:35 Animating all 4 directions
11:30 Changing between animations
12:29 Standing still
14:41 Outro
#gamedev