Skip to content

Commit

Permalink
optional the splashes............ (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Mar 18, 2024
1 parent 8e42d82 commit 8d3ccee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 {
"Menu Flashing",
"If unchecked, will disable the menu's flashing effects 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 Down

0 comments on commit 8d3ccee

Please sign in to comment.