summary refs log tree commit diff stats
path: root/res/maps
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-23 22:22:49 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2021-02-24 16:00:53 -0500
commitb06b259c54e09f1a4026191d6eec9684599bd370 (patch)
treef31b241c3da5559d388d97bf9e65c2104f4652e8 /res/maps
parentae654356f843bb42a3c72d57b528d87aa63cf66d (diff)
downloadtanetane-b06b259c54e09f1a4026191d6eec9684599bd370.tar.gz
tanetane-b06b259c54e09f1a4026191d6eec9684599bd370.tar.bz2
tanetane-b06b259c54e09f1a4026191d6eec9684599bd370.zip
Started working on ladders
TODO:
* all the animations are weird. we will need to have an adjustable framerate bc the climbing animation does not look right at the current rate. (also remove the manual animation stuff ig)
* does the medium stuff seem good and right? i am kinda not satisfied with it.
* running onto a ladder causes the characters to bunch up bc the movement speed is slowed down but the trails are not doubled
* no ladder running sound
* shadows should vanish while on a ladder
* uhh if you end a cutscene while on a ladder it resets the animation to "still" which is wrong. will this ever happen? idk
* adding a sprite to your party while you are on a ladder??
Diffstat (limited to 'res/maps')
-rw-r--r--res/maps/hallucination.tsx30
1 files changed, 30 insertions, 0 deletions
diff --git a/res/maps/hallucination.tsx b/res/maps/hallucination.tsx index 82edada..e06dab1 100644 --- a/res/maps/hallucination.tsx +++ b/res/maps/hallucination.tsx
@@ -1096,6 +1096,16 @@
1096 <property name="runSound" value="grass"/> 1096 <property name="runSound" value="grass"/>
1097 </properties> 1097 </properties>
1098 </tile> 1098 </tile>
1099 <tile id="320">
1100 <properties>
1101 <property name="medium" value="ladder"/>
1102 </properties>
1103 </tile>
1104 <tile id="321">
1105 <properties>
1106 <property name="medium" value="ladder"/>
1107 </properties>
1108 </tile>
1099 <tile id="322"> 1109 <tile id="322">
1100 <properties> 1110 <properties>
1101 <property name="solid" type="bool" value="true"/> 1111 <property name="solid" type="bool" value="true"/>
@@ -1151,6 +1161,11 @@
1151 <property name="solid" type="bool" value="true"/> 1161 <property name="solid" type="bool" value="true"/>
1152 </properties> 1162 </properties>
1153 </tile> 1163 </tile>
1164 <tile id="333">
1165 <properties>
1166 <property name="medium" value="ladder"/>
1167 </properties>
1168 </tile>
1154 <tile id="334"> 1169 <tile id="334">
1155 <properties> 1170 <properties>
1156 <property name="solid" type="bool" value="true"/> 1171 <property name="solid" type="bool" value="true"/>
@@ -1281,6 +1296,16 @@
1281 <property name="runSound" value="grass"/> 1296 <property name="runSound" value="grass"/>
1282 </properties> 1297 </properties>
1283 </tile> 1298 </tile>
1299 <tile id="360">
1300 <properties>
1301 <property name="medium" value="ladder"/>
1302 </properties>
1303 </tile>
1304 <tile id="361">
1305 <properties>
1306 <property name="medium" value="ladder"/>
1307 </properties>
1308 </tile>
1284 <tile id="362"> 1309 <tile id="362">
1285 <properties> 1310 <properties>
1286 <property name="solid" type="bool" value="true"/> 1311 <property name="solid" type="bool" value="true"/>
@@ -1311,6 +1336,11 @@
1311 <property name="solid" type="bool" value="true"/> 1336 <property name="solid" type="bool" value="true"/>
1312 </properties> 1337 </properties>
1313 </tile> 1338 </tile>
1339 <tile id="368">
1340 <properties>
1341 <property name="medium" value="ladder"/>
1342 </properties>
1343 </tile>
1314 <tile id="369"> 1344 <tile id="369">
1315 <properties> 1345 <properties>
1316 <property name="runSound" value="land"/> 1346 <property name="runSound" value="land"/>