We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d5935 commit 7b99925Copy full SHA for 7b99925
source/StartupState.hx
@@ -110,7 +110,7 @@ class StartupState extends MusicBeatState
110
#if debug // for testing purposes
111
startVideo('broCopiedDenpa', 'splash');
112
#else
113
- final debugShit = true;
+ final debugShit = false;
114
final theIntro:Int = FlxG.random.int(0, maxIntros);
115
if (debugShit)
116
startVideo('bambiStartup', 'splash'); // shit was crashing & I don't feel like making debug builds :P
0 commit comments