From 5e286ede49154b3c00714671f097d3fa74d9a3b2 Mon Sep 17 00:00:00 2001 From: Wither362 <93864752+Wither362@users.noreply.github.com> Date: Sat, 6 May 2023 17:25:27 +0200 Subject: [PATCH] Conflicts with GITHUBBB --- source/TitleState.hx | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/source/TitleState.hx b/source/TitleState.hx index d88402899..effd6fcfb 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -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); }