summary refs log tree commit diff stats
path: root/res/maps/hallucination_hot_spring.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/hallucination_hot_spring.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/hallucination_hot_spring.tmx')
-rw-r--r--res/maps/hallucination_hot_spring.tmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/maps/hallucination_hot_spring.tmx b/res/maps/hallucination_hot_spring.tmx index b019681..7ccc0cb 100644 --- a/res/maps/hallucination_hot_spring.tmx +++ b/res/maps/hallucination_hot_spring.tmx
@@ -36,7 +36,7 @@
36 <object id="3" name="water_ionia" type="sprite" x="312" y="104.5"> 36 <object id="3" name="water_ionia" type="sprite" x="312" y="104.5">
37 <properties> 37 <properties>
38 <property name="animName" value="swim_still"/> 38 <property name="animName" value="swim_still"/>
39 <property name="animation" value="../res/sprites/ionia_anim.txt"/> 39 <property name="animation" value="ionia"/>
40 <property name="collisionHeight" type="int" value="8"/> 40 <property name="collisionHeight" type="int" value="8"/>
41 <property name="collisionOffsetX" type="int" value="-8"/> 41 <property name="collisionOffsetX" type="int" value="-8"/>
42 <property name="collisionOffsetY" type="int" value="-8"/> 42 <property name="collisionOffsetY" type="int" value="-8"/>