Files
wordle-godot/Keyboard.tscn
2023-01-29 11:45:21 -05:00

205 lines
4.0 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Keyboard.gd" type="Script" id=1]
[sub_resource type="InputEventKey" id=1]
physical_scancode = 65
[sub_resource type="ShortCut" id=2]
shortcut = SubResource( 1 )
[node name="Keyboard" type="Control"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 1 )
__meta__ = {
"_edit_horizontal_guides_": [ 32.0, 70.0, 101.0 ],
"_edit_vertical_guides_": [ 45.0, 85.0, 119.0, 153.0, 188.0, 224.0, 261.0, 291.0, 326.0 ]
}
[node name="A" type="Button" parent="."]
margin_left = 23.0
margin_top = 49.0
margin_right = 44.0
margin_bottom = 69.0
shortcut = SubResource( 2 )
text = "A"
[node name="B" type="Button" parent="."]
margin_left = 203.0
margin_top = 82.0
margin_right = 224.0
margin_bottom = 102.0
text = "B"
[node name="C" type="Button" parent="."]
margin_left = 132.0
margin_top = 81.0
margin_right = 153.0
margin_bottom = 101.0
shortcut = SubResource( 2 )
text = "C"
[node name="D" type="Button" parent="."]
margin_left = 97.0
margin_top = 49.0
margin_right = 119.0
margin_bottom = 69.0
text = "D"
[node name="E" type="Button" parent="."]
margin_left = 99.0
margin_top = 11.0
margin_right = 118.0
margin_bottom = 31.0
text = "E"
[node name="F" type="Button" parent="."]
margin_left = 131.0
margin_top = 49.0
margin_right = 152.0
margin_bottom = 69.0
text = "F"
[node name="G" type="Button" parent="."]
margin_left = 166.0
margin_top = 49.0
margin_right = 188.0
margin_bottom = 69.0
text = "G"
[node name="I" type="Button" parent="."]
margin_left = 273.0
margin_top = 12.0
margin_right = 290.0
margin_bottom = 32.0
text = "I"
[node name="J" type="Button" parent="."]
margin_left = 241.0
margin_top = 49.0
margin_right = 261.0
margin_bottom = 69.0
text = "J"
[node name="K" type="Button" parent="."]
margin_left = 270.0
margin_top = 49.0
margin_right = 290.0
margin_bottom = 69.0
text = "K"
[node name="H" type="Button" parent="."]
margin_left = 201.0
margin_top = 50.0
margin_right = 223.0
margin_bottom = 70.0
text = "H"
[node name="L" type="Button" parent="."]
margin_left = 305.0
margin_top = 50.0
margin_right = 326.0
margin_bottom = 70.0
shortcut = SubResource( 2 )
text = "L"
[node name="M" type="Button" parent="."]
margin_left = 268.0
margin_top = 81.0
margin_right = 292.0
margin_bottom = 101.0
text = "M"
[node name="N" type="Button" parent="."]
margin_left = 238.0
margin_top = 80.0
margin_right = 260.0
margin_bottom = 100.0
shortcut = SubResource( 2 )
text = "N"
[node name="O" type="Button" parent="."]
margin_left = 301.0
margin_top = 11.0
margin_right = 324.0
margin_bottom = 31.0
text = "O"
[node name="P" type="Button" parent="."]
margin_left = 340.0
margin_top = 12.0
margin_right = 360.0
margin_bottom = 32.0
text = "P"
[node name="Q" type="Button" parent="."]
margin_left = 21.0
margin_top = 10.0
margin_right = 44.0
margin_bottom = 30.0
text = "Q"
[node name="R" type="Button" parent="."]
margin_left = 131.0
margin_top = 11.0
margin_right = 151.0
margin_bottom = 31.0
text = "R"
[node name="S" type="Button" parent="."]
margin_left = 62.0
margin_top = 50.0
margin_right = 84.0
margin_bottom = 70.0
text = "S"
[node name="T" type="Button" parent="."]
margin_left = 168.0
margin_top = 11.0
margin_right = 187.0
margin_bottom = 31.0
text = "T"
[node name="U" type="Button" parent="."]
margin_left = 238.0
margin_top = 12.0
margin_right = 260.0
margin_bottom = 32.0
text = "U"
[node name="V" type="Button" parent="."]
margin_left = 167.0
margin_top = 81.0
margin_right = 187.0
margin_bottom = 101.0
text = "V"
[node name="W" type="Button" parent="."]
margin_left = 59.0
margin_top = 10.0
margin_right = 84.0
margin_bottom = 30.0
text = "W"
[node name="X" type="Button" parent="."]
margin_left = 97.0
margin_top = 81.0
margin_right = 119.0
margin_bottom = 101.0
text = "X"
[node name="Y" type="Button" parent="."]
margin_left = 204.0
margin_top = 11.0
margin_right = 223.0
margin_bottom = 31.0
text = "Y"
[node name="Z" type="Button" parent="."]
margin_left = 65.0
margin_top = 81.0
margin_right = 85.0
margin_bottom = 101.0
text = "Z"