summary refs log tree commit diff stats
path: root/res/maps/pink_shell.tmx
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-28 17:58:15 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-28 17:58:15 -0500
commitea8fb5426b0f065b4ef508bb33c2baf30df6b5a4 (patch)
treea3a72aad85e74044c914185754ae8e736776a3f9 /res/maps/pink_shell.tmx
parent1cb8cc47c64009999f054f42f6815b05ccfc305c (diff)
downloadtanetane-ea8fb5426b0f065b4ef508bb33c2baf30df6b5a4.tar.gz
tanetane-ea8fb5426b0f065b4ef508bb33c2baf30df6b5a4.tar.bz2
tanetane-ea8fb5426b0f065b4ef508bb33c2baf30df6b5a4.zip
Simplified "animation" map sprite parameter
The filenames for these are fairly regular, and we're gonna want to abstract it away further later on anyway.
Diffstat (limited to 'res/maps/pink_shell.tmx')
-rw-r--r--res/maps/pink_shell.tmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/maps/pink_shell.tmx b/res/maps/pink_shell.tmx index 12eea42..ecff5a8 100644 --- a/res/maps/pink_shell.tmx +++ b/res/maps/pink_shell.tmx
@@ -51,7 +51,7 @@
51 </object> 51 </object>
52 <object id="3" name="ocho" type="sprite" x="280" y="222"> 52 <object id="3" name="ocho" type="sprite" x="280" y="222">
53 <properties> 53 <properties>
54 <property name="animation" value="../res/sprites/human_ocho_anim.txt"/> 54 <property name="animation" value="human_ocho"/>
55 <property name="collisionHeight" type="int" value="8"/> 55 <property name="collisionHeight" type="int" value="8"/>
56 <property name="collisionOffsetX" type="int" value="-8"/> 56 <property name="collisionOffsetX" type="int" value="-8"/>
57 <property name="collisionOffsetY" type="int" value="-8"/> 57 <property name="collisionOffsetY" type="int" value="-8"/>