summaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/menu_background.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/menu_background.gd b/client/menu/menu_background.gd
index 77fb123f..d626fdfd 100644
--- a/client/menu/menu_background.gd
+++ b/client/menu/menu_background.gd
@@ -18,7 +18,7 @@
extends Node3D
const CRATES = ["tomato-crate", "steak-crate", "cheese-crate", "lettuce-crate", "flour-crate", "coconut-crate"]
-const TOOLS = ["sink", "cuttingboard", "stove", "oven", "freezer"]
+const TOOLS = ["stove", "stove", "stove", "sink", "cuttingboard", "sink", "cuttingboard", "oven", "freezer"]
@onready var environment: WorldEnvironment = $Environment
@onready var map: Map = $Map