Background character and enemy

This commit is contained in:
2024-10-26 11:32:56 +02:00
parent 706c85338a
commit f55a15e24e
89 changed files with 1616 additions and 0 deletions

View File

@ -0,0 +1,18 @@
Player and skeleton sprites are on a 48x48 grid.
Slime is on a 32x32 grid.
Flip right facing sprites to get the left facing sprites.
Animations [rows (0 based for us programmers)]
Player:
[0 - 2] idle
[3 - 5] move
[6 - 8] attack
[9] death
Enemies:
[0 - 2] idle
[3 - 5] move
[6 - 8] attack
[9 - 11] damaged
[12] death