HUD: merge TimeDisplay into ImplantPanel (time/health/perception in one panel), remove dead tscn nodes, move HUD to InsertOverlay for D-051 bloom. Interaction prompt: convert from PanelContainer+StyleBoxFlat to Control with ImplantPanel+ImplantDataRow, fix panel height for 42px minimum. Tests updated for new scene structure and public API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
499 B
Plaintext
19 lines
499 B
Plaintext
[gd_scene load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://ui/interaction_prompt.gd" id="1_prompt"]
|
|
|
|
; Interaction prompt — implant-styled (D-169), positioned above DialogueBox, 16px gap
|
|
[node name="InteractionPrompt" type="Control"]
|
|
anchors_preset = 7
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 200.0
|
|
offset_top = -264.0
|
|
offset_right = -200.0
|
|
offset_bottom = -222.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
mouse_filter = 2
|
|
script = ExtResource("1_prompt")
|