mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-06-16 22:44:47 +00:00
easteregg crash fix
This commit is contained in:
parent
72e6a47716
commit
63cdbc84ee
|
@ -572,13 +572,11 @@ class TitleState extends MusicBeatState
|
|||
{
|
||||
super.beatHit();
|
||||
|
||||
if (cheatActive && curBeat % 2 == 0)
|
||||
swagShader.update(0.125);
|
||||
|
||||
logoBl.animation.play('bump', true);
|
||||
|
||||
if (skippedIntro)
|
||||
{
|
||||
if (cheatActive && curBeat % 2 == 0)
|
||||
swagShader.update(0.125);
|
||||
|
||||
logoBl.animation.play('bump', true);
|
||||
|
||||
danceLeft = !danceLeft;
|
||||
|
|
Loading…
Reference in a new issue