VVVVVV/mobile_version
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
..
levels Fix "Exausted?" and "scentists" typos in mobile version 2020-01-16 23:58:50 -08:00
src Fix 1x1 quicksand collision optimization not working 2020-05-13 08:16:34 -04:00
application.xml Hello WWWWWWorld! 2020-01-08 10:37:50 -05:00
readme.MD Updated link to Make and Play edition 2020-01-13 19:38:36 +01:00

readme.MD

This is the source code for the adobe air mobile version of VVVVVV, which is forked from the original flash source code.

The mobile version needs a different data.zip folder, which can be downloaded from here. Just like the asset contents from the C++ version, the contents of this folder are still under a proprietary license.

Requires Adobe AIR, targeting SWF version 36.