summaryrefslogtreecommitdiff
path: root/client/menu/menu_background.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/menu_background.tscn')
-rw-r--r--client/menu/menu_background.tscn9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/menu/menu_background.tscn b/client/menu/menu_background.tscn
new file mode 100644
index 00000000..89f5c8b9
--- /dev/null
+++ b/client/menu/menu_background.tscn
@@ -0,0 +1,9 @@
+[gd_scene load_steps=3 format=3 uid="uid://l4vm07dtda4j"]
+
+[ext_resource type="Script" path="res://menu/menu_background.gd" id="1_ijsg0"]
+[ext_resource type="PackedScene" uid="uid://cs8gxa22c6joh" path="res://map/map.tscn" id="2_eg8f5"]
+
+[node name="MenuBackground" type="Node3D"]
+script = ExtResource("1_ijsg0")
+
+[node name="Map" parent="." instance=ExtResource("2_eg8f5")]