aboutsummaryrefslogtreecommitdiff
path: root/client/gui/menus/main/background.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/gui/menus/main/background.gd')
-rw-r--r--client/gui/menus/main/background.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gui/menus/main/background.gd b/client/gui/menus/main/background.gd
index 4abb84b4..3964dc9b 100644
--- a/client/gui/menus/main/background.gd
+++ b/client/gui/menus/main/background.gd
@@ -16,7 +16,7 @@
extends Node3D
const CRATES = ["tomato-crate", "steak-crate", "cheese-crate", "lettuce-crate", "flour-crate", "coconut-crate"]
-const TOOLS = ["stove", "stove", "stove", "sink", "cuttingboard", "sink", "cuttingboard", "oven", "freezer"]
+const TOOLS = ["stove", "stove", "stove", "sink", "cutting-board", "sink", "cutting-board", "oven", "freezer"]
@onready var environment: WorldEnvironment = $Environment
@onready var map: Map = $Map