Skip to content

Commit

Permalink
optional the splashes............
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Mar 18, 2024
1 parent ad24f6b commit 63a0f65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/funkin/options/categories/AppearanceOptions.hx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ class AppearanceOptions extends OptionsScreen {
"Flashing Menu",
"If unchecked, will disable menu flashing when you select an option in the Main Menu, and other flashes will be slower.",
"flashingMenu"));
add(new Checkbox(
"Note Splashes",
"If unchecked, makes the note play a splash animation every hit.",
"splashesEnabled"));
add(new Checkbox(
"Low Memory Mode",
"If checked, will disable certain background elements in stages to reduce memory usage.",
Expand All @@ -56,4 +60,4 @@ class AppearanceOptions extends OptionsScreen {
else
FlxG.updateFramerate = FlxG.drawFramerate = Std.int(change);
}
}
}

0 comments on commit 63a0f65

Please sign in to comment.