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();
|
||||
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');
|
||||
}
|
||||
if(FlxG.save.data.antialiasing)
|
||||
|
Loading…
x
Reference in New Issue
Block a user