online multiplayer chess game (note server currently down)
Diffstat (limited to 'World.tscn')
-rw-r--r--World.tscn4
1 files changed, 3 insertions, 1 deletions
diff --git a/World.tscn b/World.tscn
index 9b820e2..ef7994c 100644
--- a/World.tscn
+++ b/World.tscn
@@ -1,9 +1,11 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=4 format=2]
[ext_resource path="res://Grid.gd" type="Script" id=1]
[ext_resource path="res://ui/GameUI.tscn" type="PackedScene" id=2]
+[ext_resource path="res://World.gd" type="Script" id=3]
[node name="World" type="Node2D"]
+script = ExtResource( 3 )
[node name="Grid" type="Node2D" parent="."]
script = ExtResource( 1 )