aboutsummaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-13 18:23:56 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-13 18:24:08 +0200
commitcf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e (patch)
treeb641745ab143427fe293d8c2069ec1e7fbf88b6a /client/menu
parente788c66c039e74c9ce1d51646c6b2f42113be20f (diff)
downloadhurrycurry-cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e.tar
hurrycurry-cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e.tar.bz2
hurrycurry-cf5028bfa9e4502805563ad2c04f0b6c6e3b3f8e.tar.zst
rename raw-steak-crate and fix settings category hook
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 d800c5d7..de5cafea 100644
--- a/client/menu/menu_background.gd
+++ b/client/menu/menu_background.gd
@@ -18,7 +18,7 @@
extends Node3D
const NULLS = [null,null,null,null]
-const BUCKETS = [[], ["floor","floor","floor","floor","tomato-crate", "raw-steak-crate"], ["table", "chair", "counter"], ["sink", "stove"]]
+const BUCKETS = [[], ["floor","floor","floor","floor","tomato-crate", "steak-crate"], ["table", "chair", "counter"], ["sink", "stove"]]
@onready var environment: WorldEnvironment = $Environment
@onready var map: Map = $Map