Añadiendo enemigos

This commit is contained in:
2022-09-16 16:55:57 +02:00
parent 06cb1e748d
commit 93bf8cecb7
12 changed files with 257 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
frames_per_row=4
frame_width=8
frame_height=16
[animation]
name=default
speed=8
loop=0
frames=0,1,2,3
[/animation]
Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

+10
View File
@@ -0,0 +1,10 @@
frames_per_row=6
frame_width=16
frame_height=16
[animation]
name=default
speed=8
loop=0
frames=0,1,2,3,4,5
[/animation]
Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

+10
View File
@@ -0,0 +1,10 @@
frames_per_row=4
frame_width=16
frame_height=16
[animation]
name=default
speed=8
loop=0
frames=0,1,2,3,3,2,1,0
[/animation]
Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B