mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Increment total flips for flip tokens and flipgravity(player)
They flip the player, they should count towards total flips like gravity lines do.
This commit is contained in:
@@ -1006,6 +1006,7 @@ void scriptclass::run(void)
|
||||
if (words[1] == "player")
|
||||
{
|
||||
game.gravitycontrol = !game.gravitycontrol;
|
||||
++game.totalflips;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user