Trabajando en la carga de las animaciones
This commit is contained in:
31
data/animations/player.ani
Normal file
31
data/animations/player.ani
Normal 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]
|
||||
Reference in New Issue
Block a user