summaryrefslogtreecommitdiff
path: root/client/game.tscn
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-07-26 21:09:26 +0300
committerJoel Stålnacke <joel@saker.fi>2025-07-26 21:09:26 +0300
commit63506e59366acddf4a9e017ad8aebeadcf58c164 (patch)
tree2fa106661b85497fc1d63b7743a78e523ab48fba /client/game.tscn
parent53f68bb7b0dce309723675c4b97f726a469031c0 (diff)
Old changesHEADmaster
Diffstat (limited to 'client/game.tscn')
-rw-r--r--client/game.tscn13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/game.tscn b/client/game.tscn
new file mode 100644
index 0000000..4ec7809
--- /dev/null
+++ b/client/game.tscn
@@ -0,0 +1,13 @@
+[gd_scene load_steps=4 format=3 uid="uid://w0k2j13hm04i"]
+
+[ext_resource type="Script" path="res://Game.cs" id="1_t8lam"]
+[ext_resource type="PackedScene" uid="uid://drdk1by1fun2q" path="res://world.tscn" id="2_tm4sj"]
+[ext_resource type="PackedScene" uid="uid://b0f23dtef1o4h" path="res://player.tscn" id="3_caccr"]
+
+[node name="Game" type="Node2D"]
+script = ExtResource("1_t8lam")
+
+[node name="World" parent="." instance=ExtResource("2_tm4sj")]
+
+[node name="Player" parent="." node_paths=PackedStringArray("World") instance=ExtResource("3_caccr")]
+World = NodePath("../World")