From de8792e39e5c0154a0a741dce7ba4c09f2bd8fd3 Mon Sep 17 00:00:00 2001 From: M&M Date: Sun, 18 Jul 2021 10:32:12 -0700 Subject: [PATCH] we got the real jam goin down Welcome to the Space Jam Here's your chance, do your dance At the Space Jaaammm, alright (alright alright) --- source/TitleState.hx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/TitleState.hx b/source/TitleState.hx index 4df0552..fcf8aff 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -118,10 +118,11 @@ class TitleState extends MusicBeatState // bg.updateHitbox(); add(bg); - logoBl = new FlxSprite(-150, 1500); - if(Main.watermarks) { + if (Main.watermarks) { + logoBl = new FlxSprite(-150, 1500); logoBl.frames = Paths.getSparrowAtlas('KadeEngineLogoBumpin'); } else { + logoBl = new FlxSprite(-150, -100); logoBl.frames = Paths.getSparrowAtlas('logoBumpin'); } logoBl.antialiasing = true;