Skip to content

Commit

Permalink
Hide controls menu on switch
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed May 17, 2024
1 parent 983e6dc commit a7e27e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/love/states/menu/options/OptionsState.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
local OptionsState = {}

OptionsState.options = {"Gamemodes", "Gameplay", "Graphics", "Controls", "Miscillaneous"}
if love.system.getOS() == "NX" then
OptionsState.options = {"Gamemodes", "Gameplay", "Graphics", "Miscillaneous"}
end
OptionsState.grpOptions = Group()
OptionsState.curSelected = 1
OptionsState.menuBG = nil
Expand Down

0 comments on commit a7e27e2

Please sign in to comment.