diff options
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/hallucination_hot_spring.tmx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/maps/hallucination_hot_spring.tmx b/res/maps/hallucination_hot_spring.tmx index 60b25d2..2bb840d 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="4"> | 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="5"> |
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"> |
@@ -41,6 +41,11 @@ | |||
41 | </properties> | 41 | </properties> |
42 | <point/> | 42 | <point/> |
43 | </object> | 43 | </object> |
44 | <object id="4" name="enter_hot_spring" type="trigger" x="288" y="96" width="80" height="48"> | ||
45 | <properties> | ||
46 | <property name="script" value="enter_hot_spring"/> | ||
47 | </properties> | ||
48 | </object> | ||
44 | </objectgroup> | 49 | </objectgroup> |
45 | <layer id="1" name="Upper (most)" width="32" height="16"> | 50 | <layer id="1" name="Upper (most)" width="32" height="16"> |
46 | <properties> | 51 | <properties> |