From 62379c4d862bfcff697c576754d80f33247267dd Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 29 Sep 2024 23:59:27 +0200 Subject: less ovens and freezers in menu bg --- client/menu/menu_background.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2