fix zoom reset
This commit is contained in:
parent
7d59048332
commit
adc2e71831
@ -206,6 +206,8 @@ class GameplayCustomizeState extends MusicBeatState
|
||||
{
|
||||
sick.x = defaultX;
|
||||
sick.y = defaultY;
|
||||
FlxG.save.data.zoom = 1;
|
||||
camHUD.zoom = FlxG.save.data.zoom;
|
||||
FlxG.save.data.changedHitX = sick.x;
|
||||
FlxG.save.data.changedHitY = sick.y;
|
||||
FlxG.save.data.changedHit = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user