mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -05:00
easteregg crash fix
This commit is contained in:
parent
72e6a47716
commit
63cdbc84ee
1 changed files with 3 additions and 5 deletions
|
@ -572,15 +572,13 @@ class TitleState extends MusicBeatState
|
||||||
{
|
{
|
||||||
super.beatHit();
|
super.beatHit();
|
||||||
|
|
||||||
|
if (skippedIntro)
|
||||||
|
{
|
||||||
if (cheatActive && curBeat % 2 == 0)
|
if (cheatActive && curBeat % 2 == 0)
|
||||||
swagShader.update(0.125);
|
swagShader.update(0.125);
|
||||||
|
|
||||||
logoBl.animation.play('bump', true);
|
logoBl.animation.play('bump', true);
|
||||||
|
|
||||||
if (skippedIntro)
|
|
||||||
{
|
|
||||||
logoBl.animation.play('bump', true);
|
|
||||||
|
|
||||||
danceLeft = !danceLeft;
|
danceLeft = !danceLeft;
|
||||||
|
|
||||||
if (danceLeft)
|
if (danceLeft)
|
||||||
|
|
Loading…
Reference in a new issue