diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-07-06 10:27:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-07-06 10:27:18 -0400 |
commit | c77c50df34b598014e29f889523bbf067a0998f0 (patch) | |
tree | 2c600814d7286011eccdb0e9fb53b43930832a75 /res/maps | |
parent | 77fad1c341787f11ee3b8aeaa5c58fe6ebbdebb6 (diff) | |
download | tanetane-c77c50df34b598014e29f889523bbf067a0998f0.tar.gz tanetane-c77c50df34b598014e29f889523bbf067a0998f0.tar.bz2 tanetane-c77c50df34b598014e29f889523bbf067a0998f0.zip |
Added beginning of Hinawa event
#28
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/hallucination_cliff.tmx | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/res/maps/hallucination_cliff.tmx b/res/maps/hallucination_cliff.tmx index 817f2ad..0e09ecd 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="13"> | 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="18"> |
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> |
@@ -159,6 +159,29 @@ | |||
159 | </properties> | 159 | </properties> |
160 | <point/> | 160 | <point/> |
161 | </object> | 161 | </object> |
162 | <object id="13" name="see_hinawa_first_event" type="trigger" x="560" y="528" width="16" height="16"> | ||
163 | <properties> | ||
164 | <property name="script" value="see_hinawa_first_event"/> | ||
165 | </properties> | ||
166 | </object> | ||
167 | <object id="14" name="first_hinawa_vantage" type="warp" x="568" y="488"> | ||
168 | <point/> | ||
169 | </object> | ||
170 | <object id="15" name="hinawa" type="sprite" x="568" y="456"> | ||
171 | <properties> | ||
172 | <property name="animation" value="ghost_hinawa"/> | ||
173 | <property name="direction" value="left"/> | ||
174 | <property name="floating" type="bool" value="true"/> | ||
175 | <property name="movementSpeed" type="int" value="1"/> | ||
176 | </properties> | ||
177 | <point/> | ||
178 | </object> | ||
179 | <object id="16" name="hinawa_second_position" type="warp" x="456" y="288"> | ||
180 | <point/> | ||
181 | </object> | ||
182 | <object id="17" name="hinawa_offscreen_first" type="warp" x="432" y="456"> | ||
183 | <point/> | ||
184 | </object> | ||
162 | </objectgroup> | 185 | </objectgroup> |
163 | <layer id="1" name="Upper" width="48" height="48"> | 186 | <layer id="1" name="Upper" width="48" height="48"> |
164 | <properties> | 187 | <properties> |