mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 03:05:11 -05:00
Compare commits
2 commits
1260c5a3cc
...
2d275b4c8e
Author | SHA1 | Date | |
---|---|---|---|
|
2d275b4c8e | ||
|
11f0454769 |
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue