Compare commits

...

2 commits

Author SHA1 Message Date
JVN-Pixels
2d275b4c8e
Merge 11f0454769 into 9e13ea0b2c 2024-11-10 22:26:52 +00:00
JVN-Pixels
11f0454769
Update ResultState.hx 2024-11-10 14:26:48 -08:00

View file

@ -721,12 +721,14 @@ class ResultState extends MusicBeatSubState
}
}
/*if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1;
#if debug
if (FlxG.keys.justPressed.RIGHT) speedOfTween.x += 0.1;
if (FlxG.keys.justPressed.LEFT)
{
speedOfTween.x -= 0.1;
}*/
}
#end
if (controls.PAUSE)
{