Skip to content
Snippets Groups Projects
Commit 6f046c18 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Reset configs

parent 31a45262
No related branches found
No related tags found
1 merge request!72Resolve "Too large number of selected players does not break the gui and environment"
Pipeline #47800 passed
...@@ -5,7 +5,7 @@ plates: ...@@ -5,7 +5,7 @@ plates:
# range of seconds until the dirty plate arrives. # range of seconds until the dirty plate arrives.
game: game:
time_limit_seconds: 1 time_limit_seconds: 300
undo_dispenser_pickup: true undo_dispenser_pickup: true
validate_recipes: false validate_recipes: false
...@@ -17,7 +17,6 @@ meals: ...@@ -17,7 +17,6 @@ meals:
- TomatoSoup - TomatoSoup
- OnionSoup - OnionSoup
- Salad - Salad
- Burger
layout_chars: layout_chars:
_: Free _: Free
......
...@@ -11,7 +11,7 @@ game: ...@@ -11,7 +11,7 @@ game:
validate_recipes: true validate_recipes: true
meals: meals:
all: true all: false
# if all: false -> only orders for these meals are generated # if all: false -> only orders for these meals are generated
# TODO: what if this list is empty? # TODO: what if this list is empty?
list: list:
......
...@@ -5,8 +5,9 @@ plates: ...@@ -5,8 +5,9 @@ plates:
# range of seconds until the dirty plate arrives. # range of seconds until the dirty plate arrives.
game: game:
time_limit_seconds: 300 time_limit_seconds: 2
undo_dispenser_pickup: true undo_dispenser_pickup: true
validate_recipes: false
meals: meals:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment