Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jun 6, 2024
1 parent 8279d70 commit 831274c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/meta/state/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class PlayState extends MusicBeatState
var gunsNoteTweens:Array<FlxTween> = [];
// the funny thing is, i am considering adding extra notes in the future
// but idk if that's possible with the fact that hsv note coloring was removed
public static var (default, set):Int = 3;
public static var mania(default, set):Int = 3;
public static function set_mania(newMania:Int) {
mania = newMania;
if (PlayState.instance == null) return mania;
Expand Down

0 comments on commit 831274c

Please sign in to comment.