- HUD status panel moved to y=80 (below TimeDisplay at 16-70) - Removed redundant time row from HUD (TimeDisplay handles it) - Debug overlay starts at y=150 (below HUD status panel) - Stance indicator moved below minimap (y=192, was overlapping at y=16) - Interaction prompt moved to y=-240 (above dialogue box at -200) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
443 B
Plaintext
18 lines
443 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, right-aligned
|
|
[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 = 192.0
|
|
offset_right = -16.0
|
|
offset_bottom = 218.0
|
|
grow_horizontal = 0
|
|
mouse_filter = 2
|
|
script = ExtResource("1_stance")
|