fuck nuts balls sex penis even
This commit is contained in:
parent
adc2e71831
commit
d75e63cc70
@ -372,6 +372,8 @@ class PlayState extends MusicBeatState
|
|||||||
// String for when the game is paused
|
// String for when the game is paused
|
||||||
detailsPausedText = "Paused - " + detailsText;
|
detailsPausedText = "Paused - " + detailsText;
|
||||||
|
|
||||||
|
curStage = "";
|
||||||
|
|
||||||
// Updating Discord Rich Presence.
|
// Updating Discord Rich Presence.
|
||||||
DiscordClient.changePresence(detailsText
|
DiscordClient.changePresence(detailsText
|
||||||
+ " "
|
+ " "
|
||||||
@ -1136,7 +1138,7 @@ class PlayState extends MusicBeatState
|
|||||||
add(songPosBG);
|
add(songPosBG);
|
||||||
|
|
||||||
songPosBar = new FlxBar(songPosBG.x + 4, songPosBG.y + 4, LEFT_TO_RIGHT, Std.int(songPosBG.width - 8), Std.int(songPosBG.height - 8), this,
|
songPosBar = new FlxBar(songPosBG.x + 4, songPosBG.y + 4, LEFT_TO_RIGHT, Std.int(songPosBG.width - 8), Std.int(songPosBG.height - 8), this,
|
||||||
'songPositionBar', 0, 90000);
|
'songPositionBar', 0, songLength);
|
||||||
songPosBar.scrollFactor.set();
|
songPosBar.scrollFactor.set();
|
||||||
songPosBar.createFilledBar(FlxColor.GRAY, FlxColor.LIME);
|
songPosBar.createFilledBar(FlxColor.GRAY, FlxColor.LIME);
|
||||||
add(songPosBar);
|
add(songPosBar);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user