summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-29 23:59:27 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-29 23:59:27 +0200
commit62379c4d862bfcff697c576754d80f33247267dd (patch)
treeda79c1f22f1e8fafefd973e5c5e23f40280d7176
parent83f207278bc47a0332953549b7cfee6651bd786b (diff)
downloadhurrycurry-62379c4d862bfcff697c576754d80f33247267dd.tar
hurrycurry-62379c4d862bfcff697c576754d80f33247267dd.tar.bz2
hurrycurry-62379c4d862bfcff697c576754d80f33247267dd.tar.zst
less ovens and freezers in menu bg
-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