aboutsummaryrefslogtreecommitdiff
path: root/client/map/map.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/map.tscn')
-rw-r--r--client/map/map.tscn6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/map/map.tscn b/client/map/map.tscn
new file mode 100644
index 00000000..66e2c63a
--- /dev/null
+++ b/client/map/map.tscn
@@ -0,0 +1,6 @@
+[gd_scene load_steps=2 format=3 uid="uid://cs8gxa22c6joh"]
+
+[ext_resource type="Script" path="res://map/map.gd" id="1_stp8c"]
+
+[node name="Map" type="Node3D"]
+script = ExtResource("1_stp8c")