Allow selecting a phrase from the list for the currently asked phrase

This commit is contained in:
ChaoticByte 2025-08-06 22:37:51 +02:00
parent 18cc93cad5
commit 83d213e135
No known key found for this signature in database
3 changed files with 19 additions and 0 deletions

View file

@ -22,6 +22,13 @@ offset_bottom = 16.0
clip_text = true
text_overrun_behavior = 3
[node name="LabelButton" type="TextureButton" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.143
offset_right = -48.032
offset_bottom = 16.0
[node name="RemoveButton" type="TextureButton" parent="."]
layout_mode = 2
anchor_left = 1.036
@ -32,4 +39,5 @@ offset_bottom = 16.0
texture_normal = ExtResource("2_cv30m")
stretch_mode = 0
[connection signal="pressed" from="LabelButton" to="." method="_on_label_button_pressed"]
[connection signal="pressed" from="RemoveButton" to="." method="_on_remove_button_pressed"]