From 831274c59b5cc017f0cc2200fcf00c31a16d1666 Mon Sep 17 00:00:00 2001 From: Joalor64 Date: Thu, 6 Jun 2024 09:21:08 -0400 Subject: [PATCH] Update PlayState.hx --- source/meta/state/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta/state/PlayState.hx b/source/meta/state/PlayState.hx index 8f862b33..51884982 100644 --- a/source/meta/state/PlayState.hx +++ b/source/meta/state/PlayState.hx @@ -244,7 +244,7 @@ class PlayState extends MusicBeatState var gunsNoteTweens:Array = []; // 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;