Update game UI from OptionButton to LineEdit

Replaced multiple OptionButton instances with LineEdit for input fields, including three_of_a_kind, four_of_a_kind, and chance. Updated related scoring logic and adjusted UI themes and assets to reflect the new input method.
This commit is contained in:
Yadciel
2024-09-21 12:30:37 +02:00
parent 59b62d0e72
commit 59f13e7318
6 changed files with 76 additions and 43 deletions

View File

@ -1,4 +1,20 @@
[gd_resource type="Theme" format=3 uid="uid://dt11061t2etln"]
[gd_resource type="Theme" load_steps=2 format=3 uid="uid://dt11061t2etln"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_j73w3"]
content_margin_left = 20.0
content_margin_top = 20.0
content_margin_right = 20.0
content_margin_bottom = 20.0
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 5
border_blend = true
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
[resource]
PopupMenu/font_sizes/font_size = 50
VScrollBar/styles/scroll = SubResource("StyleBoxFlat_j73w3")