Trabajando en la carga de las animaciones

This commit is contained in:
2022-08-12 23:44:31 +02:00
parent 99005329de
commit d2a2a1625d
4 changed files with 112 additions and 38 deletions

View File

@@ -0,0 +1,31 @@
png_width_in_tiles=8
tile_width=16
tile_height=24
[animation]
name=stand
speed=10
loop=yes
frames=0,1,2,2,1,0,0,1,2,2,1,0,0,1,2,3,4,5,6,7,0,0
[/animation]
[animation]
name=walk
speed=10
loop=yes
frames=8,9,10,10,9,8,11,12,13,13,14,15
[/animation]
[animation]
name=jump
speed=10
loop=yes
frames=16
[/animation]
[animation]
name=death
speed=10
loop=no
frames=24,25,26,27,28,29,30,31
[/animation]