diff options
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> |