mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
no more shit loops!
This commit is contained in:
parent
2fefb657ec
commit
b4468a45c3
|
@ -39,7 +39,9 @@ class ResultState extends MusicBeatSubstate
|
|||
else
|
||||
resultsVariation = NORMAL;
|
||||
|
||||
FlxG.sound.playMusic(Paths.music("results" + resultsVariation));
|
||||
var loops = resultsVariation != SHIT;
|
||||
|
||||
FlxG.sound.playMusic(Paths.music("results" + resultsVariation), 1, loops);
|
||||
|
||||
// TEMP-ish, just used to sorta "cache" the 3000x3000 image!
|
||||
var cacheBullShit = new FlxSprite().loadGraphic(Paths.image("resultScreen/soundSystem"));
|
||||
|
|
Loading…
Reference in a new issue