summaryrefslogtreecommitdiff
path: root/client/root.tscn
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2024-10-11 13:31:44 +0300
committerJoel Stålnacke <joel@saker.fi>2024-10-13 13:34:46 +0300
commit53a1cdf5bee2955995dfbf441f5354d1dcfc1e0c (patch)
treebe8c2894226a2b7e1a47f7583f2041df75f795b3 /client/root.tscn
parent4bac6ae2e725a1997674fd3369bf4ea032235d8b (diff)
Add Godot client
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")