diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-05 09:58:45 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-05 09:58:45 -0500 |
commit | cd72ba5481705072b893d728e2f80931b5cca580 (patch) | |
tree | 5cc659195ec8b0797b530cf03d148fd4c839a625 /res/maps | |
parent | 7e3b59b09399bf8da243fb4122caa2c9c10d2624 (diff) | |
download | tanetane-cd72ba5481705072b893d728e2f80931b5cca580.tar.gz tanetane-cd72ba5481705072b893d728e2f80931b5cca580.tar.bz2 tanetane-cd72ba5481705072b893d728e2f80931b5cca580.zip |
Wrote exit area scripts for underwater and time passage
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/hallucination_hot_spring.tmx | 5 | ||||
-rw-r--r-- | res/maps/hallucination_interior.tmx | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/res/maps/hallucination_hot_spring.tmx b/res/maps/hallucination_hot_spring.tmx index d750a2b..7a8adf9 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="5"> | 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="6"> |
3 | <properties> | 3 | <properties> |
4 | <property name="music" value="red_green_yellow_yellow"/> | 4 | <property name="music" value="red_green_yellow_yellow"/> |
5 | </properties> | 5 | </properties> |
@@ -45,6 +45,9 @@ | |||
45 | <property name="script" value="enter_hot_spring"/> | 45 | <property name="script" value="enter_hot_spring"/> |
46 | </properties> | 46 | </properties> |
47 | </object> | 47 | </object> |
48 | <object id="5" name="exit_area_from_underwater" type="warp" x="304" y="176"> | ||
49 | <point/> | ||
50 | </object> | ||
48 | </objectgroup> | 51 | </objectgroup> |
49 | <layer id="1" name="Upper (most)" width="32" height="16"> | 52 | <layer id="1" name="Upper (most)" width="32" height="16"> |
50 | <properties> | 53 | <properties> |
diff --git a/res/maps/hallucination_interior.tmx b/res/maps/hallucination_interior.tmx index 734b113..6d3b88a 100644 --- a/res/maps/hallucination_interior.tmx +++ b/res/maps/hallucination_interior.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="64" height="64" 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="64" height="64" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="5"> |
3 | <properties> | 3 | <properties> |
4 | <property name="music" value="red_green_yellow_yellow"/> | 4 | <property name="music" value="red_green_yellow_yellow"/> |
5 | </properties> | 5 | </properties> |
@@ -145,6 +145,9 @@ | |||
145 | </properties> | 145 | </properties> |
146 | <point/> | 146 | <point/> |
147 | </object> | 147 | </object> |
148 | <object id="4" name="exit_area_from_time_passage" type="warp" x="144" y="592"> | ||
149 | <point/> | ||
150 | </object> | ||
148 | </objectgroup> | 151 | </objectgroup> |
149 | <layer id="1" name="Upper" width="64" height="64"> | 152 | <layer id="1" name="Upper" width="64" height="64"> |
150 | <properties> | 153 | <properties> |