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)
This commit is contained in:
M&M 2021-07-18 10:32:12 -07:00
parent eaaa585393
commit de8792e39e

View File

@ -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;