summaryrefslogtreecommitdiff
path: root/client/root.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/root.tscn')
-rw-r--r--client/root.tscn6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/root.tscn b/client/root.tscn
new file mode 100644
index 0000000..ded95a0
--- /dev/null
+++ b/client/root.tscn
@@ -0,0 +1,6 @@
+[gd_scene load_steps=2 format=3 uid="uid://drdk1by1fun2q"]
+
+[ext_resource type="Script" path="res://Root.cs" id="1_p5oo0"]
+
+[node name="Root" type="Node2D"]
+script = ExtResource("1_p5oo0")