Conflicts with GITHUBBB

This commit is contained in:
Wither362 2023-05-06 17:25:27 +02:00 committed by GitHub
parent d03388e61c
commit 5e286ede49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 25 deletions

View File

@ -447,7 +447,7 @@ class TitleState extends MusicBeatState
skipIntro();
/*
#if web
if (!initialized && controls.ACCEPT)
if (!initialized && pressedEnter)
{
// netStream.dispose();
// FlxG.stage.removeChild(video);
@ -469,30 +469,6 @@ class TitleState extends MusicBeatState
swagShader.update(elapsed * 0.1);
}
if (pressedEnter && !skippedIntro && initialized)
skipIntro();
/*
#if web
if (!initialized && controls.ACCEPT)
{
// netStream.dispose();
// FlxG.stage.removeChild(video);
startIntro();
skipIntro();
}
#end
*/
// if (FlxG.keys.justPressed.SPACE)
// swagShader.hasOutline = !swagShader.hasOutline;
if (controls.UI_LEFT)
swagShader.update(-elapsed * 0.1);
if (controls.UI_RIGHT)
swagShader.update(elapsed * 0.1);
super.update(elapsed);
}