From 5502574b504e52618456ac230f094516564a9e2f Mon Sep 17 00:00:00 2001 From: A Crazy Town <47027981+ACrazyTown@users.noreply.github.com> Date: Wed, 28 Apr 2021 20:40:17 +0200 Subject: [PATCH] Update OptionsMenu.hx ( Appearence -> Appearance ) ( toggeled on -> toggled on ) --- source/OptionsMenu.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/OptionsMenu.hx b/source/OptionsMenu.hx index 58ea462..13ccdc9 100644 --- a/source/OptionsMenu.hx +++ b/source/OptionsMenu.hx @@ -32,12 +32,12 @@ class OptionsMenu extends MusicBeatState // new OffsetMenu("Get a note offset based off of your inputs!"), new CustomizeGameplay("Drag'n'Drop Gameplay Modules around to your preference") ]), - new OptionCatagory("Appearence", [ + new OptionCatagory("Appearance", [ new SongPositionOption("Show the songs current position (as a bar)"), new DownscrollOption("Change the layout of the strumline."), new DistractionsAndEffectsOption("Toggle stage distractions that can hinder your gameplay."), #if desktop - new RainbowFPSOption("Make the FPS Counter Rainbow (Only works with the FPS Counter toggeled on)"), + new RainbowFPSOption("Make the FPS Counter Rainbow (Only works with the FPS Counter toggled on)"), #end new AccuracyOption("Display accuracy information."), new NPSDisplayOption("Shows your current Notes Per Second.")