style(client): gdformat main.gd

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 11:26:01 +02:00
co-authored by Claude Opus 4.6
parent ffef2b3d54
commit e4fafb66d5
+10 -3
View File
@@ -64,9 +64,16 @@ func _ready() -> void:
# D-170: Register HUD nodes into layer groups
for node in [
hud, minimap, stance_indicator, interaction_prompt,
interaction_list, inventory_grid, news_ticker,
examine_display, world_radial, cursor_renderer,
hud,
minimap,
stance_indicator,
interaction_prompt,
interaction_list,
inventory_grid,
news_ticker,
examine_display,
world_radial,
cursor_renderer,
]:
if node and node is CanvasItem:
HudGroups.register(node, "gameplay")