61 lines
1.5 KiB
Plaintext
61 lines
1.5 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Input.gd" type="Script" id=1]
|
|
[ext_resource path="res://Theme.tres" type="Theme" id=2]
|
|
|
|
[node name="Control" type="Control"]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="char1" type="LineEdit" parent="."]
|
|
margin_right = 72.0
|
|
margin_bottom = 25.0
|
|
theme = ExtResource( 2 )
|
|
align = 1
|
|
max_length = 1
|
|
editable = false
|
|
|
|
[node name="char2" type="LineEdit" parent="."]
|
|
margin_left = 79.0
|
|
margin_right = 155.0
|
|
margin_bottom = 29.0
|
|
theme = ExtResource( 2 )
|
|
align = 1
|
|
max_length = 1
|
|
editable = false
|
|
|
|
[node name="char3" type="LineEdit" parent="."]
|
|
margin_left = 159.0
|
|
margin_right = 235.0
|
|
margin_bottom = 29.0
|
|
theme = ExtResource( 2 )
|
|
align = 1
|
|
max_length = 1
|
|
editable = false
|
|
|
|
[node name="char4" type="LineEdit" parent="."]
|
|
margin_left = 241.0
|
|
margin_right = 317.0
|
|
margin_bottom = 29.0
|
|
theme = ExtResource( 2 )
|
|
align = 1
|
|
max_length = 1
|
|
editable = false
|
|
|
|
[node name="char5" type="LineEdit" parent="."]
|
|
margin_left = 322.0
|
|
margin_top = -1.0
|
|
margin_right = 398.0
|
|
margin_bottom = 28.0
|
|
theme = ExtResource( 2 )
|
|
align = 1
|
|
max_length = 1
|
|
editable = false
|
|
|
|
[connection signal="text_changed" from="char1" to="." method="_on_char1_text_changed"]
|
|
[connection signal="text_changed" from="char2" to="." method="_on_char2_text_changed"]
|
|
[connection signal="text_changed" from="char3" to="." method="_on_char3_text_changed"]
|
|
[connection signal="text_changed" from="char4" to="." method="_on_char4_text_changed"]
|
|
[connection signal="text_changed" from="char5" to="." method="_on_char5_text_changed"]
|