Skip to content

Commit

Permalink
hitting options actually makes you go to options now
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Mar 24, 2024
1 parent fb558a1 commit 47c0ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ class PlayState extends MusicBeatState{
}
}

function tweenCamIn():Void {
inline function tweenCamIn():Void {
FlxTween.tween(FlxG.camera, {zoom: 1.3}, (Conductor.stepCrochet * SONG.timescale[0] / 1000), {ease: FlxEase.elasticInOut});
}

Expand Down
2 changes: 1 addition & 1 deletion source/substates/PauseSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class PauseSubState extends MusicBeatSubstate {
close();
};
case "options":
menu = "options";
FlxG.switchState(new states.OptionsMenu());
updateAlphabets();
case "back":
menu = "default";
Expand Down

0 comments on commit 47c0ea0

Please sign in to comment.