Skip to content

Commit

Permalink
FIX YOUR GRAMMAR
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Mar 12, 2024
1 parent 4c7e7ec commit 8fc4c17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/funkin/options/OptionsMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ class OptionsMenu extends TreeMenu {
},
{
name: 'Gameplay >',
desc: 'Change Gameplay options such as Downscroll, Scroll Speed, Naughtyness...',
desc: 'Change Gameplay options such as Downscroll, Scroll Speed, Naughtiness...',
state: GameplayOptions
},
{
name: 'Appearance >',
desc: 'Change Appearance options such as Flashing menus...',
desc: 'Change Appearance options such as Antialiasing & Menu Flashing...',
state: AppearanceOptions
},
{
Expand Down Expand Up @@ -144,4 +144,4 @@ class OptionsMenu extends TreeMenu {

return options;
}
}
}

0 comments on commit 8fc4c17

Please sign in to comment.