Skip to content

Commit dde99b8

Browse files
committed
fuck
1 parent 3f982ef commit dde99b8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

source/StartupState.hx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class StartupState extends MusicBeatState
77
var logo:FlxSprite;
88
var skipTxt:FlxText;
99

10-
var maxIntros:Int = 6;
10+
var maxIntros:Int = 7;
1111
var date:Date = Date.now();
1212

1313
var canChristmas = false;
@@ -170,18 +170,18 @@ class StartupState extends MusicBeatState
170170
else
171171
doIntro();
172172

173-
case 7:
174-
if (canAutism)
175-
{
176-
FlxG.sound.play(Paths.sound('aprilFools', 'splash'));
177-
logo.loadGraphic(Paths.image('autism', 'splash'));
178-
logo.scale.set(0.1,0.1);
179-
logo.updateHitbox();
180-
logo.screenCenter();
181-
FlxTween.tween(logo, {alpha: 1, "scale.x": 1, "scale.y": 1}, 0.95, {ease: FlxEase.linear, onComplete: _ -> onIntroDone()});
182-
}
183-
else
184-
doIntro();
173+
case 7:
174+
if (canAutism)
175+
{
176+
FlxG.sound.play(Paths.sound('aprilFools', 'splash'));
177+
logo.loadGraphic(Paths.image('autism', 'splash'));
178+
logo.scale.set(0.1,0.1);
179+
logo.updateHitbox();
180+
logo.screenCenter();
181+
FlxTween.tween(logo, {alpha: 1, "scale.x": 1, "scale.y": 1}, 0.95, {ease: FlxEase.linear, onComplete: _ -> onIntroDone()});
182+
}
183+
else
184+
doIntro();
185185

186186
}
187187
}

0 commit comments

Comments
 (0)