Merge pull request #1349 from ActualMandM/kade-EverybodyGetUpItsTimeToSlamNow
fix FNF logo dissapearing when watermarks are disabled
This commit is contained in:
commit
0b84fb59cd
@ -115,10 +115,11 @@ class TitleState extends MusicBeatState
|
|||||||
// bg.updateHitbox();
|
// bg.updateHitbox();
|
||||||
add(bg);
|
add(bg);
|
||||||
|
|
||||||
logoBl = new FlxSprite(-150, 1500);
|
if (Main.watermarks) {
|
||||||
if(Main.watermarks) {
|
logoBl = new FlxSprite(-150, 1500);
|
||||||
logoBl.frames = Paths.getSparrowAtlas('KadeEngineLogoBumpin');
|
logoBl.frames = Paths.getSparrowAtlas('KadeEngineLogoBumpin');
|
||||||
} else {
|
} else {
|
||||||
|
logoBl = new FlxSprite(-150, -100);
|
||||||
logoBl.frames = Paths.getSparrowAtlas('logoBumpin');
|
logoBl.frames = Paths.getSparrowAtlas('logoBumpin');
|
||||||
}
|
}
|
||||||
if(FlxG.save.data.antialiasing)
|
if(FlxG.save.data.antialiasing)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user