Actualizadas las clases sprite, movingsprite y animatedsprite

This commit is contained in:
2022-08-29 20:02:46 +02:00
parent 47c57a9f44
commit 9c2140b274
29 changed files with 726 additions and 802 deletions

View File

@@ -8,10 +8,11 @@ roomRight=02.room
[tilemap]
01.tmx
[tilemap-end]
[/tilemap]
[enemy]
tileset=paco.png
animation=paco.ani
width=16
height=16
x=1
@@ -23,10 +24,11 @@ y1=0
x2=1
y2=6
color=red
[enemy-end]
[/enemy]
[enemy]
tileset=paco.png
animation=paco.ani
width=16
height=16
x=5
@@ -38,18 +40,18 @@ y1=9
x2=22
y2=9
color=yellow
[enemy-end]
[/enemy]
[item]
tileset=items.png
tile=0
x=1
y=7
[item-end]
[/item]
[item]
tileset=items.png
tile=0
x=17
y=8
[item-end]
[/item]