summaryrefslogtreecommitdiff
path: root/client/menu/menu_background.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-24 00:17:48 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-24 00:17:48 +0200
commita081edbdf3d01a73d29c21843bf487a0d232152d (patch)
treee4ad503a24f84d65a212c158a188843489ec8cc8 /client/menu/menu_background.gd
parent3bd5b5e353590e94ba45fc4fe63c3d88fbfc223b (diff)
downloadhurrycurry-a081edbdf3d01a73d29c21843bf487a0d232152d.tar
hurrycurry-a081edbdf3d01a73d29c21843bf487a0d232152d.tar.bz2
hurrycurry-a081edbdf3d01a73d29c21843bf487a0d232152d.tar.zst
add background to main menu
Diffstat (limited to 'client/menu/menu_background.gd')
-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 49a1e628..0e8e87e1 100644
--- a/client/menu/menu_background.gd
+++ b/client/menu/menu_background.gd
@@ -16,7 +16,7 @@
#
extends Node3D
-@onready var map = $map
+@onready var map = $Map
const NULLS = [null,null,null,null]
const BUCKETS = [[], ["floor","floor","floor","floor","tomato-crate", "raw-steak-crate"], ["table", "chair", "counter"], ["sink", "stove"]]