From 8a8b5730b8e49b5cd6ba16aa54f8ced4ad3d9f73 Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 27 Sep 2025 21:45:24 +0200 Subject: Tweak background tiles --- client/gui/menus/main/background.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/gui') diff --git a/client/gui/menus/main/background.gd b/client/gui/menus/main/background.gd index 3964dc9b..a0a71a08 100644 --- a/client/gui/menus/main/background.gd +++ b/client/gui/menus/main/background.gd @@ -15,8 +15,8 @@ # extends Node3D -const CRATES = ["tomato-crate", "steak-crate", "cheese-crate", "lettuce-crate", "flour-crate", "coconut-crate"] -const TOOLS = ["stove", "stove", "stove", "sink", "cutting-board", "sink", "cutting-board", "oven", "freezer"] +const CRATES = ["tomato-crate", "bun-crate", "steak-crate", "cheese-crate", "lettuce-crate", "flour-crate", "coconut-crate"] +const TOOLS = ["stove", "stove", "stove", "sink", "cutting-board", "sink", "cutting-board", "rolling-board", "oven", "freezer"] @onready var environment: WorldEnvironment = $Environment @onready var map: Map = $Map -- cgit v1.2.3-70-g09d2