diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-08 12:06:34 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-08 12:06:34 -0500 |
commit | eda9b238962ca9a7db14bafefce914265040ecf8 (patch) | |
tree | ecfafa86446d0cf1299698b74bd7b2ff51f38b3d /res/maps | |
parent | 17657b6037f17761e61dafc6b71ee8bc670f9c51 (diff) | |
download | tanetane-eda9b238962ca9a7db14bafefce914265040ecf8.tar.gz tanetane-eda9b238962ca9a7db14bafefce914265040ecf8.tar.bz2 tanetane-eda9b238962ca9a7db14bafefce914265040ecf8.zip |
Added Nana to hallucination_cliff map
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/hallucination_cliff.tmx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/res/maps/hallucination_cliff.tmx b/res/maps/hallucination_cliff.tmx index ae4656d..817f2ad 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="12"> | 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="13"> |
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> |
@@ -150,6 +150,15 @@ | |||
150 | <object id="11" name="near_bottom_first_ladder" type="warp" x="568" y="632"> | 150 | <object id="11" name="near_bottom_first_ladder" type="warp" x="568" y="632"> |
151 | <point/> | 151 | <point/> |
152 | </object> | 152 | </object> |
153 | <object id="12" name="nana" type="sprite" x="640" y="704"> | ||
154 | <properties> | ||
155 | <property name="animation" value="nana"/> | ||
156 | <property name="direction" value="right"/> | ||
157 | <property name="interactionScript" value="talk_to_nana"/> | ||
158 | <property name="shadow" type="bool" value="true"/> | ||
159 | </properties> | ||
160 | <point/> | ||
161 | </object> | ||
153 | </objectgroup> | 162 | </objectgroup> |
154 | <layer id="1" name="Upper" width="48" height="48"> | 163 | <layer id="1" name="Upper" width="48" height="48"> |
155 | <properties> | 164 | <properties> |