diff options
author | rom <romangraef@gmail.com> | 2021-04-26 21:45:31 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-26 21:45:31 +0200 |
commit | 16bf959cd60a79fe906ad7e64574e4a77bd80517 (patch) | |
tree | 59b20568016840cbbd8fe2d5811d4563ad8835f5 /components | |
parent | d44dfdce553254fed44c58a25fd4d5235fdc1326 (diff) | |
download | ldjam48-16bf959cd60a79fe906ad7e64574e4a77bd80517.tar.gz ldjam48-16bf959cd60a79fe906ad7e64574e4a77bd80517.tar.bz2 ldjam48-16bf959cd60a79fe906ad7e64574e4a77bd80517.zip |
peaceful
Diffstat (limited to 'components')
-rw-r--r-- | components/Settings.gd | 2 |
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 |