summaryrefslogtreecommitdiff
path: root/scenes/Main.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/Main.tscn')
-rw-r--r--scenes/Main.tscn4
1 files changed, 3 insertions, 1 deletions
diff --git a/scenes/Main.tscn b/scenes/Main.tscn
index 804177d..cf7c8c7 100644
--- a/scenes/Main.tscn
+++ b/scenes/Main.tscn
@@ -1,8 +1,9 @@
-[gd_scene load_steps=6 format=3 uid="uid://chwnewu8l45kj"]
+[gd_scene load_steps=7 format=3 uid="uid://chwnewu8l45kj"]
[ext_resource type="Script" uid="uid://i5bjnah05h14" path="res://scripts/wave_spawner.gd" id="2_0bbpv"]
[ext_resource type="PackedScene" uid="uid://cdgeamr56c0mx" path="res://scenes/map.tscn" id="2_vcsgt"]
[ext_resource type="PackedScene" uid="uid://cq6d7gmjbwl14" path="res://scenes/player.tscn" id="4_rarhs"]
+[ext_resource type="Script" uid="uid://bxnjjp3at6ht3" path="res://scripts/tower_manager.gd" id="4_vcsgt"]
[ext_resource type="PackedScene" uid="uid://dycgp3yept14k" path="res://scenes/ui.tscn" id="5_vcsgt"]
[sub_resource type="GDScript" id="GDScript_rarhs"]
@@ -38,6 +39,7 @@ script = ExtResource("2_0bbpv")
autostart = true
[node name="Defenders" type="Node" parent="."]
+script = ExtResource("4_vcsgt")
[node name="GridManager" type="Node" parent="."]
script = SubResource("GDScript_rarhs")