Skip to content

Commit

Permalink
I "totally" forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Dec 5, 2024
1 parent 2864558 commit f4930f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/StartupState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down Expand Up @@ -85,7 +85,7 @@ class StartupState extends MusicBeatState
playVideo('broCopiedDenpa');
}
}
else*/
else
{
switch (theSecretIntro)
{
Expand Down

0 comments on commit f4930f6

Please sign in to comment.