diff options
author | tpart <tpart120@proton.me> | 2025-09-27 21:45:24 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-09-27 21:45:24 +0200 |
commit | 8a8b5730b8e49b5cd6ba16aa54f8ced4ad3d9f73 (patch) | |
tree | a96a0f83a80df908c6f7ef685ca32df0fe4856e2 /client/gui/menus | |
parent | d9ce8fc42e061063cb562a40ec76a46853a91002 (diff) | |
download | hurrycurry-8a8b5730b8e49b5cd6ba16aa54f8ced4ad3d9f73.tar hurrycurry-8a8b5730b8e49b5cd6ba16aa54f8ced4ad3d9f73.tar.bz2 hurrycurry-8a8b5730b8e49b5cd6ba16aa54f8ced4ad3d9f73.tar.zst |
Tweak background tiles
Diffstat (limited to 'client/gui/menus')
-rw-r--r-- | client/gui/menus/main/background.gd | 4 |
1 files changed, 2 insertions, 2 deletions
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 |