summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/Settings.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Settings.gd b/components/Settings.gd
index a3cdd6b..c652b16 100644
--- a/components/Settings.gd
+++ b/components/Settings.gd
@@ -1,6 +1,6 @@
extends Node
-enum Difficulty {EASY, HARD}
+enum Difficulty {PEACEFUL, EASY, HARD}
var sound_level : int = 100
var difficulty = Difficulty.EASY