diff --git a/source/TitleState.hx b/source/TitleState.hx index e8a1990e8..fef57d275 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -138,6 +138,7 @@ class TitleState extends MusicBeatState // bg.antialiasing = true; // bg.setGraphicSize(Std.int(bg.width * 0.6)); // bg.updateHitbox(); + add(bg); logoBl = new FlxSprite(-150, -100); @@ -146,6 +147,8 @@ class TitleState extends MusicBeatState logoBl.animation.addByPrefix('bump', 'logo bumpin', 24); logoBl.animation.play('bump'); logoBl.updateHitbox(); + + // trace(); // logoBl.screenCenter(); // logoBl.color = FlxColor.BLACK; @@ -357,6 +360,7 @@ class TitleState extends MusicBeatState super.beatHit(); logoBl.animation.play('bump', true); + danceLeft = !danceLeft; if (danceLeft)