VVVVVV/mobile_version/src
Misa be2d2e1e2a Fix 1x1 quicksand collision optimization not working
We need to replace an "or" with an "and".

My best guess for this oversight happening was because of the weird
ordering. The code originally did "temp < 30" first and "temp > -30"
second instead of the other way around. With the weird ordering, it
becomes more natural to insert an "or" instead of an "and". So I swapped
around the ordering just for good measure.

This is also fixed in the mobile version.
2020-05-13 08:16:34 -04:00
..
bigroom/input Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
includes Fix typo "Your have unlocked" to "You have unlocked" 2020-04-04 00:20:45 -04:00
EditorDataclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
LevelMetaData.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
Main.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
Preloader.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
blockclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
device.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
dwgraphicsclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
edentitiesclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
editor.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
edlevelclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
entclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
entityclass.as Fix 1x1 quicksand collision optimization not working 2020-05-13 08:16:34 -04:00
gameclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
helpclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
mapclass.as Correct Warp Zone's area name on the mobile version 2020-03-21 10:59:35 -04:00
musicclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
platformclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
saveclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
scoreclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
scriptclass.as Fix "seperate" in mobile version as well 2020-01-13 02:57:43 -08:00
textboxclass.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
tmap.as Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00