summary refs log tree commit diff stats
path: root/res/maps/hallucination_beach.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_beach.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_beach.tmx')
-rw-r--r--res/maps/hallucination_beach.tmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/maps/hallucination_beach.tmx b/res/maps/hallucination_beach.tmx index ce6c830..9830cf5 100644 --- a/res/maps/hallucination_beach.tmx +++ b/res/maps/hallucination_beach.tmx
@@ -43,7 +43,7 @@
43 <objectgroup id="3" name="Objects"> 43 <objectgroup id="3" name="Objects">
44 <object id="3" name="flint" type="sprite" x="560.14" y="304.895"> 44 <object id="3" name="flint" type="sprite" x="560.14" y="304.895">
45 <properties> 45 <properties>
46 <property name="animation" value="../res/sprites/flint_anim.txt"/> 46 <property name="animation" value="flint"/>
47 <property name="collisionHeight" type="int" value="8"/> 47 <property name="collisionHeight" type="int" value="8"/>
48 <property name="collisionOffsetX" type="int" value="-8"/> 48 <property name="collisionOffsetX" type="int" value="-8"/>
49 <property name="collisionOffsetY" type="int" value="-8"/> 49 <property name="collisionOffsetY" type="int" value="-8"/>