- DebugOverlay: position comment updated, tscn is source of truth - GauntletHUD: moved from y:48 to y:252 (below StanceIndicator) - StanceIndicator: offset_top 192→200, height 26→44px for ImplantPanel Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
544 B
Plaintext
19 lines
544 B
Plaintext
[gd_scene load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://ui/stance_indicator.gd" id="1_stance"]
|
|
|
|
; D-053: Stance indicator — below minimap (bottom at y:176), 24px gap.
|
|
; Control height 44px to contain ImplantPanel (padding 12+12 + row 18 = 42px minimum).
|
|
[node name="StanceIndicator" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 1
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
offset_left = -100.0
|
|
offset_top = 200.0
|
|
offset_right = -16.0
|
|
offset_bottom = 244.0
|
|
grow_horizontal = 0
|
|
mouse_filter = 2
|
|
script = ExtResource("1_stance")
|