add ellipsis above the interaction prompts when there are more than 3 interactables in reach

This commit is contained in:
2025-08-13 13:08:44 -04:00
parent fcc2ccf55d
commit 8345ae9ffe
31 changed files with 378 additions and 327 deletions

View File

@@ -65,6 +65,14 @@ theme_override_constants/margin_bottom = 24
layout_mode = 2
theme_override_constants/separation = -8
[node name="prompt_overflow" type="Label" parent="hud_bottom/promptbox"]
visible = false
layout_mode = 2
text = "..."
label_settings = SubResource("LabelSettings_jqn4v")
horizontal_alignment = 1
vertical_alignment = 1
[node name="prompt_tertiary" type="Label" parent="hud_bottom/promptbox"]
visible = false
layout_mode = 2