diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-23 10:14:36 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-02-23 10:14:36 -0500 |
commit | 1cf3ccd05b193e6090c3a61c0e2f54524e1a4ba7 (patch) | |
tree | c81dde510625d28a47cd15d678ed70809cd5dff5 /res/maps | |
parent | 3ecf5bbc1c81908bfd3355999a37e8e96e15b8b5 (diff) | |
download | tanetane-1cf3ccd05b193e6090c3a61c0e2f54524e1a4ba7.tar.gz tanetane-1cf3ccd05b193e6090c3a61c0e2f54524e1a4ba7.tar.bz2 tanetane-1cf3ccd05b193e6090c3a61c0e2f54524e1a4ba7.zip |
Added connection between hallucination_cliff and hallucination_hot_spring
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/hallucination_cliff.tmx | 10 | ||||
-rw-r--r-- | res/maps/hallucination_hot_spring.tmx | 12 |
2 files changed, 20 insertions, 2 deletions
diff --git a/res/maps/hallucination_cliff.tmx b/res/maps/hallucination_cliff.tmx index c7cf718..e6bd65e 100644 --- a/res/maps/hallucination_cliff.tmx +++ b/res/maps/hallucination_cliff.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="48" height="48" 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="48" height="48" 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="Background" width="48" height="48"> | 4 | <layer id="2" name="Background" width="48" height="48"> |
5 | <data encoding="csv"> | 5 | <data encoding="csv"> |
@@ -114,6 +114,14 @@ | |||
114 | <property name="script" value="off_bottom"/> | 114 | <property name="script" value="off_bottom"/> |
115 | </properties> | 115 | </properties> |
116 | </object> | 116 | </object> |
117 | <object id="3" name="moveToLeft" type="trigger" x="-6" y="619.5" width="8.25" height="59.75"> | ||
118 | <properties> | ||
119 | <property name="script" value="off_left"/> | ||
120 | </properties> | ||
121 | </object> | ||
122 | <object id="4" name="fromLeft" type="warp" x="16" y="647.25"> | ||
123 | <point/> | ||
124 | </object> | ||
117 | </objectgroup> | 125 | </objectgroup> |
118 | <layer id="1" name="Upper" width="48" height="48"> | 126 | <layer id="1" name="Upper" width="48" height="48"> |
119 | <properties> | 127 | <properties> |
diff --git a/res/maps/hallucination_hot_spring.tmx b/res/maps/hallucination_hot_spring.tmx index b2d9b31..7de1c87 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="2" nextobjectid="1"> | 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"> |
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"> |
@@ -21,6 +21,16 @@ | |||
21 | 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,462,463,7,7,14,15,14,15,15,14,1,1,14 | 21 | 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,462,463,7,7,14,15,14,15,15,14,1,1,14 |
22 | </data> | 22 | </data> |
23 | </layer> | 23 | </layer> |
24 | <objectgroup id="2" name="Objects"> | ||
25 | <object id="1" name="fromRight" type="warp" x="496" y="215.636"> | ||
26 | <point/> | ||
27 | </object> | ||
28 | <object id="2" name="moveToRight" type="trigger" x="510.364" y="189.818" width="8" height="57.0909"> | ||
29 | <properties> | ||
30 | <property name="script" value="off_right"/> | ||
31 | </properties> | ||
32 | </object> | ||
33 | </objectgroup> | ||
24 | <layer id="1" name="Upper (most)" width="32" height="16"> | 34 | <layer id="1" name="Upper (most)" width="32" height="16"> |
25 | <properties> | 35 | <properties> |
26 | <property name="above" type="bool" value="true"/> | 36 | <property name="above" type="bool" value="true"/> |