Nuevo mapa de 60 habitaciones. Movido el contenido de media a data

This commit is contained in:
2022-09-18 12:25:46 +02:00
parent c2882da40b
commit d76958d9bb
229 changed files with 5114 additions and 970 deletions

24
data/player/player.ani Normal file
View File

@@ -0,0 +1,24 @@
frames_per_row=4
frame_width=8
frame_height=16
[animation]
name=stand
speed=8
loop=0
frames=0
[/animation]
[animation]
name=walk
speed=8
loop=0
frames=0,1,2,3
[/animation]
[animation]
name=walk_menu
speed=0
loop=0
frames=0,1,2,3
[/animation]

BIN
data/player/player.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

24
data/player/player2.ani Normal file
View File

@@ -0,0 +1,24 @@
frames_per_row=8
frame_width=8
frame_height=16
[animation]
name=stand
speed=8
loop=0
frames=0
[/animation]
[animation]
name=walk
speed=8
loop=0
frames=0,1,2,3,4,5,6,7
[/animation]
[animation]
name=walk_menu
speed=0
loop=0
frames=0,1,2,3,4,5,6,7
[/animation]

BIN
data/player/player2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B