diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-09 11:51:34 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-09 11:51:34 -0500 |
commit | 89fc2da3f08fcd751ca069fde0987d193e59b007 (patch) | |
tree | 09d9f8c7fc44a72f3fa7677048a127286ac850a5 /res/maps | |
parent | dd052d68e95f5b2128da272127e165c4a70f3f94 (diff) | |
download | tanetane-89fc2da3f08fcd751ca069fde0987d193e59b007.tar.gz tanetane-89fc2da3f08fcd751ca069fde0987d193e59b007.tar.bz2 tanetane-89fc2da3f08fcd751ca069fde0987d193e59b007.zip |
Added "let's switch places!" Claus sprite
He will wander randomly until you get close, and will then run at you. Talking to him or bumping into him does nothing currently. If you move out of his range of interest he will go back to wandering at a walking pace. #10
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> |