mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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.
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.