From f4930f6ddb575531a763d8023bb9579c9984cc89 Mon Sep 17 00:00:00 2001 From: Lily Date: Thu, 5 Dec 2024 22:56:42 +0300 Subject: [PATCH] I "totally" forgor --- source/StartupState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/StartupState.hx b/source/StartupState.hx index 57f91b29407..953698c3e6a 100644 --- a/source/StartupState.hx +++ b/source/StartupState.hx @@ -48,7 +48,7 @@ class StartupState extends MusicBeatState FlxTween.tween(skipTxt, {alpha: 1}, 1); new FlxTimer().start(0.1, function(tmr:FlxTimer) { - /*if (!FlxG.random.bool(0.25)){ + if (!FlxG.random.bool(0.25)){ switch (theIntro) { case 0: FlxG.sound.play(Paths.sound('startup', 'splash')); @@ -85,7 +85,7 @@ class StartupState extends MusicBeatState playVideo('broCopiedDenpa'); } } - else*/ + else { switch (theSecretIntro) {