summaryrefslogtreecommitdiff
path: root/Stages/Wintermaul/HUD.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-11-06 22:35:04 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-11-06 22:35:04 +0100
commit63d2a59042fb9d90a586ad85d8364de7c38aea8e (patch)
treef4c648b39313f10f44898d0216a9147dfb4ba491 /Stages/Wintermaul/HUD.gd
parentf20b3a48a14f34def41d823fabb476981ef7055e (diff)
next commit
Diffstat (limited to 'Stages/Wintermaul/HUD.gd')
-rw-r--r--Stages/Wintermaul/HUD.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/Stages/Wintermaul/HUD.gd b/Stages/Wintermaul/HUD.gd
index be2dacb..1033c8e 100644
--- a/Stages/Wintermaul/HUD.gd
+++ b/Stages/Wintermaul/HUD.gd
@@ -104,6 +104,8 @@ func _ready():
)
tower.selection_group_id_changed.connect(func(previous_id: String):
+ #Client.selection.change_selection_group_id([tower], previous_id, tower.selection_group_id)
+
if not tower.selection_group_id in selection_groups:
selection_groups[tower.selection_group_id] = []
selection_groups[tower.selection_group_id].append(tower)