File tree Expand file tree Collapse file tree 3 files changed +5
-24
lines changed
Expand file tree Collapse file tree 3 files changed +5
-24
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ class Flags {
127127
128128 public static var DEFAULT_NOTE_MS_LIMIT : Float = 1500 ;
129129 public static var DEFAULT_NOTE_SCALE : Float = 0.7 ;
130+ #if MODCHARTING_FEATURES
131+ public static var DEFAULT_MODCHART_HOLD_SUBDIVISIONS : Int = 4 ;
132+ #end
130133
131134 @:also (funkin.game. Character .FALLBACK_DEAD_CHARACTER )
132135 public static var DEFAULT_GAMEOVER_CHARACTER : String = " bf-dead" ;
@@ -307,6 +310,8 @@ class Flags {
307310 for (name => value in flags )
308311 if (! parse (name , value ))
309312 customFlags .set (name , value );
313+
314+ Options .modchartingHoldSubdivisions = DEFAULT_MODCHART_HOLD_SUBDIVISIONS ;
310315 }
311316
312317 /**
Original file line number Diff line number Diff line change @@ -39,13 +39,6 @@ class OptionsMenu extends TreeMenu {
3939 state : LanguageOptions
4040 },
4141 #end
42- #if MODCHARTING_FEATURES
43- {
44- name : ' Modchart Settings >' ,
45- desc : ' Customize your modcharting experience...' ,
46- state : ModchartingOptions
47- },
48- #end
4942 {
5043 name : ' optionsTree.miscellaneous-name' ,
5144 desc : ' optionsTree.miscellaneous-desc' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments