mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
be2d2e1e2a
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. |
||
---|---|---|
.. | ||
levels | ||
src | ||
application.xml | ||
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.