Diffstat (limited to 'World.tscn')
-rw-r--r--World.tscn14
1 files changed, 7 insertions, 7 deletions
diff --git a/World.tscn b/World.tscn
index 64193e3..81a497f 100644
--- a/World.tscn
+++ b/World.tscn
@@ -1,18 +1,18 @@
-[gd_scene load_steps=4 format=3 uid="uid://dmvyw3206dmuq"]
+[gd_scene load_steps=4 format=2]
-[ext_resource type="Script" path="res://Grid.gd" id="1"]
-[ext_resource type="Script" path="res://SwipeHandler.gd" id="2"]
-[ext_resource type="PackedScene" path="res://UI.tscn" id="3"]
+[ext_resource path="res://Grid.gd" type="Script" id=1]
+[ext_resource path="res://SwipeHandler.gd" type="Script" id=2]
+[ext_resource path="res://UI.tscn" type="PackedScene" id=3]
[node name="World" type="Node2D"]
[node name="Grid" type="Node2D" parent="."]
-script = ExtResource("1")
+script = ExtResource( 1 )
[node name="SwipeHandler" type="Node2D" parent="."]
-script = ExtResource("2")
+script = ExtResource( 2 )
swipe_limit = 15.0
-[node name="UI" parent="." instance=ExtResource("3")]
+[node name="UI" parent="." instance=ExtResource( 3 )]
[connection signal="swiped" from="SwipeHandler" to="Grid" method="_on_SwipeHandler_swiped"]