Yahtzee/OptionButton.tres
Yadciel 59f13e7318 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.
2024-09-21 12:30:37 +02:00

21 lines
584 B
Plaintext

[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")