mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-29 07:47:31 +00:00
Hide miss popups when hitting ~160ms
This commit is contained in:
parent
ad39ce3c21
commit
8826d0741b
|
|
@ -2576,7 +2576,7 @@ class PlayState extends MusicBeatSubState
|
||||||
// If daRating is 'miss', that means we made a mistake and should not continue.
|
// If daRating is 'miss', that means we made a mistake and should not continue.
|
||||||
FlxG.log.warn('popUpScore judged a note as a miss!');
|
FlxG.log.warn('popUpScore judged a note as a miss!');
|
||||||
// TODO: Remove this.
|
// TODO: Remove this.
|
||||||
comboPopUps.displayRating('miss');
|
// comboPopUps.displayRating('miss');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2857,7 +2857,7 @@ class PlayState extends MusicBeatSubState
|
||||||
FlxTransitionableState.skipNextTransIn = true;
|
FlxTransitionableState.skipNextTransIn = true;
|
||||||
FlxTransitionableState.skipNextTransOut = true;
|
FlxTransitionableState.skipNextTransOut = true;
|
||||||
|
|
||||||
FlxG.sound.music.stop();
|
if (FlxG.sound.music != null) FlxG.sound.music.stop();
|
||||||
vocals.stop();
|
vocals.stop();
|
||||||
|
|
||||||
// TODO: Softcode this cutscene.
|
// TODO: Softcode this cutscene.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue