diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-24 21:30:59 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-24 21:30:59 -0500 |
commit | 4effe126d5b04d7e8572f8d785735a66150aa4ee (patch) | |
tree | a2e2f98dbacc9a8593b70bf16eac06adfc30b337 /res/maps | |
parent | 04399885ba1ccecccdb7040d1f1165e977b29479 (diff) | |
download | tanetane-4effe126d5b04d7e8572f8d785735a66150aa4ee.tar.gz tanetane-4effe126d5b04d7e8572f8d785735a66150aa4ee.tar.bz2 tanetane-4effe126d5b04d7e8572f8d785735a66150aa4ee.zip |
Ionia is in the water!
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/hallucination_hot_spring.tmx | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/res/maps/hallucination_hot_spring.tmx b/res/maps/hallucination_hot_spring.tmx index 7de1c87..60b25d2 100644 --- a/res/maps/hallucination_hot_spring.tmx +++ b/res/maps/hallucination_hot_spring.tmx | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="32" height="16" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="3"> | 2 | <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="32" height="16" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="4"> |
3 | <tileset firstgid="1" source="hallucination.tsx"/> | 3 | <tileset firstgid="1" source="hallucination.tsx"/> |
4 | <layer id="2" name="Lower" width="32" height="16"> | 4 | <layer id="2" name="Lower" width="32" height="16"> |
5 | <data encoding="csv"> | 5 | <data encoding="csv"> |
@@ -30,6 +30,17 @@ | |||
30 | <property name="script" value="off_right"/> | 30 | <property name="script" value="off_right"/> |
31 | </properties> | 31 | </properties> |
32 | </object> | 32 | </object> |
33 | <object id="3" name="water_ionia" type="sprite" x="312" y="104.5"> | ||
34 | <properties> | ||
35 | <property name="animName" value="swim_still"/> | ||
36 | <property name="animation" value="../res/sprites/ionia_anim.txt"/> | ||
37 | <property name="collisionHeight" type="int" value="8"/> | ||
38 | <property name="collisionOffsetX" type="int" value="-8"/> | ||
39 | <property name="collisionOffsetY" type="int" value="-8"/> | ||
40 | <property name="collisionWidth" type="int" value="12"/> | ||
41 | </properties> | ||
42 | <point/> | ||
43 | </object> | ||
33 | </objectgroup> | 44 | </objectgroup> |
34 | <layer id="1" name="Upper (most)" width="32" height="16"> | 45 | <layer id="1" name="Upper (most)" width="32" height="16"> |
35 | <properties> | 46 | <properties> |