- 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>
30 lines
783 B
Plaintext
30 lines
783 B
Plaintext
[gd_scene load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://ui/interaction_prompt.gd" id="1_prompt"]
|
|
|
|
[node name="InteractionPrompt" type="PanelContainer"]
|
|
anchors_preset = 7
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 200.0
|
|
offset_top = -240.0
|
|
offset_right = -200.0
|
|
offset_bottom = -210.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
mouse_filter = 2
|
|
script = ExtResource("1_prompt")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 16
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 16
|
|
theme_override_constants/margin_bottom = 8
|
|
|
|
[node name="PromptLabel" type="Label" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
horizontal_alignment = 1
|
|
text = ""
|