diff options
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/hallucination_interior.tmx | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/res/maps/hallucination_interior.tmx b/res/maps/hallucination_interior.tmx index d42cadc..7e012eb 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="7"> | 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="14"> |
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> |
@@ -156,6 +156,37 @@ | |||
156 | <object id="6" name="fromRight" type="warp" x="1007.9" y="445.781"> | 156 | <object id="6" name="fromRight" type="warp" x="1007.9" y="445.781"> |
157 | <point/> | 157 | <point/> |
158 | </object> | 158 | </object> |
159 | <object id="7" name="switch_claus" type="sprite" x="864" y="784"> | ||
160 | <properties> | ||
161 | <property name="animation" value="claus"/> | ||
162 | <property name="enclosureZone" value="switch_claus_enclosure"/> | ||
163 | <property name="interactionScript" value="lets_switch_places"/> | ||
164 | <property name="movementSpeed" type="int" value="1"/> | ||
165 | <property name="shadow" type="bool" value="true"/> | ||
166 | <property name="wander" type="bool" value="true"/> | ||
167 | </properties> | ||
168 | <point/> | ||
169 | </object> | ||
170 | <object id="8" name="switch_claus_enclosure" type="zone" x="768" y="656" width="144" height="160"/> | ||
171 | <object id="9" name="switch_claus_attention" type="trigger" x="752" y="640" width="176" height="176"> | ||
172 | <properties> | ||
173 | <property name="script" value="switch_claus_attention"/> | ||
174 | </properties> | ||
175 | </object> | ||
176 | <object id="10" name="switch_claus_lose_interest_left" type="trigger" x="720" y="608" width="16" height="112"> | ||
177 | <properties> | ||
178 | <property name="script" value="switch_claus_lose_interest"/> | ||
179 | </properties> | ||
180 | </object> | ||
181 | <object id="11" name="switch_claus_lose_interest_up" type="trigger" x="736" y="608" width="144" height="16"> | ||
182 | <properties> | ||
183 | <property name="script" value="switch_claus_lose_interest"/> | ||
184 | </properties> | ||
185 | </object> | ||
186 | <object id="12" name="switch_claus_hidden" type="zone" x="800" y="704" width="112" height="112"/> | ||
187 | <object id="13" name="switch_claus_rsvp" type="warp" x="816" y="688"> | ||
188 | <point/> | ||
189 | </object> | ||
159 | </objectgroup> | 190 | </objectgroup> |
160 | <layer id="1" name="Upper" width="64" height="64"> | 191 | <layer id="1" name="Upper" width="64" height="64"> |
161 | <properties> | 192 | <properties> |