Increase keyboard size

Should make the buttons easier to press on mobile
This commit is contained in:
Terry Hearst 2024-07-08 17:30:56 -04:00
parent b90fbb5e7c
commit 17259992e9

View file

@ -233,63 +233,73 @@ layout_mode = 2
size_flags_horizontal = 4 size_flags_horizontal = 4
[node name="ButtonQ" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonQ" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "Q" text = "Q"
[node name="ButtonW" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonW" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "W" text = "W"
[node name="ButtonE" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonE" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "E" text = "E"
[node name="ButtonR" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonR" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "R" text = "R"
[node name="ButtonT" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonT" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "T" text = "T"
[node name="ButtonY" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonY" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "Y" text = "Y"
[node name="ButtonU" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonU" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "U" text = "U"
[node name="ButtonI" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonI" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "I" text = "I"
[node name="ButtonO" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonO" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "O" text = "O"
[node name="ButtonP" type="Button" parent="C/V/KeyboardVBox/HRow1"] [node name="ButtonP" type="Button" parent="C/V/KeyboardVBox/HRow1"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "P" text = "P"
[node name="HRow2" type="HBoxContainer" parent="C/V/KeyboardVBox"] [node name="HRow2" type="HBoxContainer" parent="C/V/KeyboardVBox"]
@ -297,57 +307,66 @@ layout_mode = 2
size_flags_horizontal = 4 size_flags_horizontal = 4
[node name="ButtonA" type="Button" parent="C/V/KeyboardVBox/HRow2"] [node name="ButtonA" type="Button" parent="C/V/KeyboardVBox/HRow2"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "A" text = "A"
[node name="ButtonS" type="Button" parent="C/V/KeyboardVBox/HRow2"] [node name="ButtonS" type="Button" parent="C/V/KeyboardVBox/HRow2"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "S" text = "S"
[node name="ButtonD" type="Button" parent="C/V/KeyboardVBox/HRow2"] [node name="ButtonD" type="Button" parent="C/V/KeyboardVBox/HRow2"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "D" text = "D"
[node name="ButtonF" type="Button" parent="C/V/KeyboardVBox/HRow2"] [node name="ButtonF" type="Button" parent="C/V/KeyboardVBox/HRow2"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "F" text = "F"
[node name="ButtonG" type="Button" parent="C/V/KeyboardVBox/HRow2"] [node name="ButtonG" type="Button" parent="C/V/KeyboardVBox/HRow2"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "G" text = "G"
[node name="ButtonH" type="Button" parent="C/V/KeyboardVBox/HRow2"] [node name="ButtonH" type="Button" parent="C/V/KeyboardVBox/HRow2"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "H" text = "H"
[node name="ButtonJ" type="Button" parent="C/V/KeyboardVBox/HRow2"] [node name="ButtonJ" type="Button" parent="C/V/KeyboardVBox/HRow2"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "J" text = "J"
[node name="ButtonK" type="Button" parent="C/V/KeyboardVBox/HRow2"] [node name="ButtonK" type="Button" parent="C/V/KeyboardVBox/HRow2"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "K" text = "K"
[node name="ButtonL" type="Button" parent="C/V/KeyboardVBox/HRow2"] [node name="ButtonL" type="Button" parent="C/V/KeyboardVBox/HRow2"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "L" text = "L"
[node name="HRow3" type="HBoxContainer" parent="C/V/KeyboardVBox"] [node name="HRow3" type="HBoxContainer" parent="C/V/KeyboardVBox"]
@ -355,56 +374,64 @@ layout_mode = 2
size_flags_horizontal = 4 size_flags_horizontal = 4
[node name="ButtonZ" type="Button" parent="C/V/KeyboardVBox/HRow3"] [node name="ButtonZ" type="Button" parent="C/V/KeyboardVBox/HRow3"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "Z" text = "Z"
[node name="ButtonX" type="Button" parent="C/V/KeyboardVBox/HRow3"] [node name="ButtonX" type="Button" parent="C/V/KeyboardVBox/HRow3"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "X" text = "X"
[node name="ButtonC" type="Button" parent="C/V/KeyboardVBox/HRow3"] [node name="ButtonC" type="Button" parent="C/V/KeyboardVBox/HRow3"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "C" text = "C"
[node name="ButtonV" type="Button" parent="C/V/KeyboardVBox/HRow3"] [node name="ButtonV" type="Button" parent="C/V/KeyboardVBox/HRow3"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "V" text = "V"
[node name="ButtonB" type="Button" parent="C/V/KeyboardVBox/HRow3"] [node name="ButtonB" type="Button" parent="C/V/KeyboardVBox/HRow3"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "B" text = "B"
[node name="ButtonN" type="Button" parent="C/V/KeyboardVBox/HRow3"] [node name="ButtonN" type="Button" parent="C/V/KeyboardVBox/HRow3"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "N" text = "N"
[node name="ButtonM" type="Button" parent="C/V/KeyboardVBox/HRow3"] [node name="ButtonM" type="Button" parent="C/V/KeyboardVBox/HRow3"]
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(58, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
theme_override_font_sizes/font_size = 44
text = "M" text = "M"
[node name="ButtonBksp" type="Button" parent="C/V/KeyboardVBox/HRow3"] [node name="ButtonBksp" type="Button" parent="C/V/KeyboardVBox/HRow3"]
unique_name_in_owner = true unique_name_in_owner = true
custom_minimum_size = Vector2(50, 0) custom_minimum_size = Vector2(86, 58)
layout_mode = 2 layout_mode = 2
focus_mode = 0 focus_mode = 0
text = "bksp" text = ""
[node name="GuessButton" type="Button" parent="C/V/KeyboardVBox"] [node name="GuessButton" type="Button" parent="C/V/KeyboardVBox"]
unique_name_in_owner = true unique_name_in_owner = true
custom_minimum_size = Vector2(120, 0)
layout_mode = 2 layout_mode = 2
size_flags_horizontal = 4 size_flags_horizontal = 4
focus_mode = 0 focus_mode = 0
@ -413,6 +440,7 @@ text = "Guess"
[node name="ShareButton" type="Button" parent="C/V/KeyboardVBox/GuessButton"] [node name="ShareButton" type="Button" parent="C/V/KeyboardVBox/GuessButton"]
unique_name_in_owner = true unique_name_in_owner = true
custom_minimum_size = Vector2(120, 0)
layout_mode = 0 layout_mode = 0
offset_left = 180.0 offset_left = 180.0
offset_right = 283.0 offset_right = 283.0