lots of stuff

This commit is contained in:
Spel0
2021-07-13 13:37:30 +03:00
parent 9edadeca27
commit 00687fb1b6
6 changed files with 20 additions and 48 deletions

View File

@ -52,7 +52,7 @@ class GameplayCustomizeState extends MusicBeatState
curt = new FlxSprite(-500, -300).loadGraphic(Paths.image('stagecurtains','shared'));
front = new FlxSprite(-650, 600).loadGraphic(Paths.image('stagefront','shared'));
Conductor.changeBPM(102);
//Conductor.changeBPM(102);
persistentUpdate = true;
super.create();
@ -193,8 +193,9 @@ class GameplayCustomizeState extends MusicBeatState
{
super.beatHit();
bf.playAnim('idle');
dad.dance();
bf.playAnim('idle', true);
dad.dance(true);
gf.dance();
FlxG.camera.zoom += 0.015;
camHUD.zoom += 0.010;