initial commit

This commit is contained in:
Dan
2022-08-13 21:03:56 -04:00
commit 7cc95eac12
21 changed files with 853 additions and 0 deletions

200
Keyboard.tscn Normal file
View File

@@ -0,0 +1,200 @@
[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 )
[node name="A" type="Button" parent="."]
margin_left = 28.0
margin_top = 59.0
margin_right = 49.0
margin_bottom = 79.0
shortcut = SubResource( 2 )
text = "A"
[node name="B" type="Button" parent="."]
margin_left = 206.0
margin_top = 91.0
margin_right = 227.0
margin_bottom = 111.0
text = "B"
[node name="C" type="Button" parent="."]
margin_left = 123.0
margin_top = 93.0
margin_right = 144.0
margin_bottom = 113.0
shortcut = SubResource( 2 )
text = "C"
[node name="D" type="Button" parent="."]
margin_left = 95.0
margin_top = 55.0
margin_right = 117.0
margin_bottom = 75.0
text = "D"
[node name="E" type="Button" parent="."]
margin_left = 99.0
margin_top = 9.0
margin_right = 118.0
margin_bottom = 29.0
text = "E"
[node name="F" type="Button" parent="."]
margin_left = 128.0
margin_top = 53.0
margin_right = 149.0
margin_bottom = 73.0
text = "F"
[node name="G" type="Button" parent="."]
margin_left = 158.0
margin_top = 54.0
margin_right = 180.0
margin_bottom = 74.0
text = "G"
[node name="I" type="Button" parent="."]
margin_left = 273.0
margin_top = 18.0
margin_right = 290.0
margin_bottom = 38.0
text = "I"
[node name="J" type="Button" parent="."]
margin_left = 229.0
margin_top = 54.0
margin_right = 249.0
margin_bottom = 74.0
text = "J"
[node name="K" type="Button" parent="."]
margin_left = 260.0
margin_top = 52.0
margin_right = 280.0
margin_bottom = 72.0
text = "K"
[node name="H" type="Button" parent="."]
margin_left = 191.0
margin_top = 55.0
margin_right = 213.0
margin_bottom = 75.0
text = "H"
[node name="L" type="Button" parent="."]
margin_left = 297.0
margin_top = 59.0
margin_right = 318.0
margin_bottom = 79.0
shortcut = SubResource( 2 )
text = "L"
[node name="M" type="Button" parent="."]
margin_left = 272.0
margin_top = 93.0
margin_right = 296.0
margin_bottom = 113.0
text = "M"
[node name="N" type="Button" parent="."]
margin_left = 238.0
margin_top = 90.0
margin_right = 260.0
margin_bottom = 110.0
shortcut = SubResource( 2 )
text = "N"
[node name="O" type="Button" parent="."]
margin_left = 301.0
margin_top = 17.0
margin_right = 324.0
margin_bottom = 37.0
text = "O"
[node name="P" type="Button" parent="."]
margin_left = 340.0
margin_top = 14.0
margin_right = 360.0
margin_bottom = 34.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 = 132.0
margin_top = 12.0
margin_right = 152.0
margin_bottom = 32.0
text = "R"
[node name="S" type="Button" parent="."]
margin_left = 59.0
margin_top = 55.0
margin_right = 81.0
margin_bottom = 75.0
text = "S"
[node name="T" type="Button" parent="."]
margin_left = 168.0
margin_top = 14.0
margin_right = 187.0
margin_bottom = 34.0
text = "T"
[node name="U" type="Button" parent="."]
margin_left = 238.0
margin_top = 16.0
margin_right = 260.0
margin_bottom = 36.0
text = "U"
[node name="V" type="Button" parent="."]
margin_left = 164.0
margin_top = 90.0
margin_right = 184.0
margin_bottom = 110.0
text = "V"
[node name="W" type="Button" parent="."]
margin_left = 63.0
margin_top = 9.0
margin_right = 88.0
margin_bottom = 29.0
text = "W"
[node name="X" type="Button" parent="."]
margin_left = 88.0
margin_top = 91.0
margin_right = 110.0
margin_bottom = 111.0
text = "X"
[node name="Y" type="Button" parent="."]
margin_left = 204.0
margin_top = 14.0
margin_right = 223.0
margin_bottom = 34.0
text = "Y"
[node name="Z" type="Button" parent="."]
margin_left = 51.0
margin_top = 91.0
margin_right = 71.0
margin_bottom = 111.0
text = "Z"