summaryrefslogtreecommitdiff
path: root/client/game.tscn
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2026-03-19 21:26:44 +0200
committerJoel Stålnacke <joel@saker.fi>2026-03-19 21:26:44 +0200
commit3b60cd682120947119f442bb71ab2a5e98decccc (patch)
treec168115bc480616656b8a8bf6e3da7f887e722df /client/game.tscn
parentc8ec21382633851dfb25922f7c15610818865b29 (diff)
Remove Godot client
Diffstat (limited to 'client/game.tscn')
-rw-r--r--client/game.tscn13
1 files changed, 0 insertions, 13 deletions
diff --git a/client/game.tscn b/client/game.tscn
deleted file mode 100644
index 576d002..0000000
--- a/client/game.tscn
+++ /dev/null
@@ -1,13 +0,0 @@
-[gd_scene 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")