summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-24 11:53:57 -0400
committerbd <bdunahu@operationnull.com>2025-05-24 11:53:57 -0400
commit4948e4e35dadc749026a83d0a8402436a4b2ac44 (patch)
treed9438a5967ded43a9b13f84a924dc02c08c4e29a /scenes
parent0e7519444d9a3cb83d260e02eb6daea66dbf6e6b (diff)
Separate cursor and tower placement logic
Diffstat (limited to 'scenes')
-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")