summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-03-07 13:42:22 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-03-07 13:42:22 -0500
commit9f0c8c13730da0b690617ef5a0a6574bd32b84b3 (patch)
tree807311ff80877cada97b9aec7672ae1176f37afb /res
parent5fe3fd37b65d9e4650053dfff4d077d192f31739 (diff)
downloadtanetane-9f0c8c13730da0b690617ef5a0a6574bd32b84b3.tar.gz
tanetane-9f0c8c13730da0b690617ef5a0a6574bd32b84b3.tar.bz2
tanetane-9f0c8c13730da0b690617ef5a0a6574bd32b84b3.zip
Fixed not being able to examine the mirror
Diffstat (limited to 'res')
-rw-r--r--res/maps/hallucination.tsx10
-rw-r--r--res/maps/hallucination_mirror.tmx3
2 files changed, 2 insertions, 11 deletions
diff --git a/res/maps/hallucination.tsx b/res/maps/hallucination.tsx index e303913..1bffc30 100644 --- a/res/maps/hallucination.tsx +++ b/res/maps/hallucination.tsx
@@ -1692,14 +1692,4 @@
1692 <property name="runSound" value="grass"/> 1692 <property name="runSound" value="grass"/>
1693 </properties> 1693 </properties>
1694 </tile> 1694 </tile>
1695 <tile id="476">
1696 <properties>
1697 <property name="solid" type="bool" value="true"/>
1698 </properties>
1699 </tile>
1700 <tile id="477">
1701 <properties>
1702 <property name="solid" type="bool" value="true"/>
1703 </properties>
1704 </tile>
1705</tileset> 1695</tileset>
diff --git a/res/maps/hallucination_mirror.tmx b/res/maps/hallucination_mirror.tmx index 61ef761..70bd66b 100644 --- a/res/maps/hallucination_mirror.tmx +++ b/res/maps/hallucination_mirror.tmx
@@ -114,7 +114,7 @@
114 <point/> 114 <point/>
115 </object> 115 </object>
116 <object id="11" name="mirror_sight" type="zone" x="176" y="128" width="176" height="48"/> 116 <object id="11" name="mirror_sight" type="zone" x="176" y="128" width="176" height="48"/>
117 <object id="12" name="mirror_edge" type="sprite" x="176" y="112" width="176" height="16"> 117 <object id="12" name="mirror_edge" type="sprite" x="176" y="112">
118 <properties> 118 <properties>
119 <property name="collisionHeight" type="int" value="16"/> 119 <property name="collisionHeight" type="int" value="16"/>
120 <property name="collisionOffsetX" type="int" value="0"/> 120 <property name="collisionOffsetX" type="int" value="0"/>
@@ -122,6 +122,7 @@
122 <property name="collisionWidth" type="int" value="176"/> 122 <property name="collisionWidth" type="int" value="176"/>
123 <property name="interactionScript" value="examine_mirror"/> 123 <property name="interactionScript" value="examine_mirror"/>
124 </properties> 124 </properties>
125 <point/>
125 </object> 126 </object>
126 <object id="13" name="moveLeft" type="trigger" x="-7" y="125.75" width="8.75" height="65.5"> 127 <object id="13" name="moveLeft" type="trigger" x="-7" y="125.75" width="8.75" height="65.5">
127 <properties> 128 <properties>