summaryrefslogtreecommitdiff
path: root/src/sliceitoff/game/mainmenu.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sliceitoff/game/mainmenu.py')
-rw-r--r--src/sliceitoff/game/mainmenu.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sliceitoff/game/mainmenu.py b/src/sliceitoff/game/mainmenu.py
index f9a70e0..8db0536 100644
--- a/src/sliceitoff/game/mainmenu.py
+++ b/src/sliceitoff/game/mainmenu.py
@@ -15,7 +15,8 @@ class MenuItems(IntEnum):
NEWGAME = 0
HISCORES = 1
INSTRUCT = 2
- QUIT = 3
+ SETTINGS = 3
+ QUIT = 4
class Mainmenu(ExplodeOutGroup):
""" sprite group with imputs to make selection """