aboutsummaryrefslogtreecommitdiff
path: root/client/gui/menus/main/background.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-21 21:38:33 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-21 21:38:35 +0200
commite1f6d55b1a26458d132ba58a72c0e0def1bc121e (patch)
tree4dce0abe240954cdd15c11e43422e2045b156ece /client/gui/menus/main/background.gd
parentcdc7b759a1d4e44493378c22d43217d50c40173a (diff)
downloadhurrycurry-e1f6d55b1a26458d132ba58a72c0e0def1bc121e.tar
hurrycurry-e1f6d55b1a26458d132ba58a72c0e0def1bc121e.tar.bz2
hurrycurry-e1f6d55b1a26458d132ba58a72c0e0def1bc121e.tar.zst
rename cutting and rolling board everywhere
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