From 01065e54d530b60f9f1cb6f0ac7b7345e31cdbaa Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sat, 20 Mar 2021 00:48:17 -0400 Subject: [PATCH] new note spritesheets --- source/TitleState.hx | 4 ++++ 1 file changed, 4 insertions(+) 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)