diff options
Diffstat (limited to 'client/menu/menu_background.gd')
| -rw-r--r-- | client/menu/menu_background.gd | 2 | 
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"]] | 
