mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-26 00:35:11 +00:00
no forced shit mode
This commit is contained in:
parent
e872dddd15
commit
7c225bea18
|
@ -244,8 +244,6 @@ class ResultState extends MusicBeatSubstate
|
||||||
FlxTween.tween(highscoreNew, {y: highscoreNew.y + 10}, 0.8, {ease: FlxEase.quartOut});
|
FlxTween.tween(highscoreNew, {y: highscoreNew.y + 10}, 0.8, {ease: FlxEase.quartOut});
|
||||||
};
|
};
|
||||||
|
|
||||||
resultsVariation = SHIT;
|
|
||||||
|
|
||||||
switch (resultsVariation)
|
switch (resultsVariation)
|
||||||
{
|
{
|
||||||
case SHIT:
|
case SHIT:
|
||||||
|
|
Loading…
Reference in a new issue