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:
parent
eaaa585393
commit
de8792e39e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user