From 8d3ccee64ebeddcffa2ecd9f9490d0ee00ff89f9 Mon Sep 17 00:00:00 2001 From: CharlesCatYT <62410083+CharlesCatYT@users.noreply.github.com> Date: Sun, 17 Mar 2024 21:37:39 -0400 Subject: [PATCH] optional the splashes............ (#23) --- source/funkin/options/categories/AppearanceOptions.hx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/funkin/options/categories/AppearanceOptions.hx b/source/funkin/options/categories/AppearanceOptions.hx index eaa760a1e..8764f2129 100644 --- a/source/funkin/options/categories/AppearanceOptions.hx +++ b/source/funkin/options/categories/AppearanceOptions.hx @@ -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.",