From 7fb155c9a8dc5bec8599c75040f4045c4100d2a8 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 5 Apr 2026 11:28:31 +0200 Subject: [PATCH] fix(ui): restore StarMap node in hud.tscn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Accidentally deleted when exploring reparenting options. The z-index model means it stays as a child of HUD — no reparenting needed. Co-Authored-By: Claude Opus 4.6 (1M context) --- client/ui/hud.tscn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/ui/hud.tscn b/client/ui/hud.tscn index 12a94112c..f0be6d347 100644 --- a/client/ui/hud.tscn +++ b/client/ui/hud.tscn @@ -38,6 +38,7 @@ text = "Mode: Baseline" layout_mode = 2 text = "Time: 08:00" -; #674: Star map insert — concentric hop-ring view, hidden by default, toggled via keybind +; #674: Star map insert — D-170 z-index layer managed, not visibility toggled [node name="StarMap" parent="." instance=ExtResource("2_starmap")] visible = false +