summaryrefslogtreecommitdiff
path: root/Scenes/Game/Input.tscn
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-09-04 21:52:27 +0200
committerSophia Pearson <codergal89@gmail.com>2022-09-04 21:52:27 +0200
commitf711d55d465bd8838dc55bde1f4a25d582a6bb6b (patch)
treee2b5b2ac79adf23e5f2c475ce11ee1c3c6561f0b /Scenes/Game/Input.tscn
parent2f3abbb6f1141f15ef77ac27e431bc66bb0c7899 (diff)
downloadtexty-f711d55d465bd8838dc55bde1f4a25d582a6bb6b.tar.xz
texty-f711d55d465bd8838dc55bde1f4a25d582a6bb6b.zip
tests: adjust tests to new design
Diffstat (limited to 'Scenes/Game/Input.tscn')
-rw-r--r--Scenes/Game/Input.tscn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Scenes/Game/Input.tscn b/Scenes/Game/Input.tscn
index 627a0ac..baf5315 100644
--- a/Scenes/Game/Input.tscn
+++ b/Scenes/Game/Input.tscn
@@ -14,14 +14,14 @@ margin_top = 2.0
margin_right = 632.0
margin_bottom = 27.0
-[node name="Prompt" type="Label" parent="Container"]
+[node name="PromptLabel" type="Label" parent="Container"]
unique_name_in_owner = true
margin_right = 20.0
margin_bottom = 25.0
theme_type_variation = "InvertedLabel"
text = "?>"
-[node name="Text" type="LineEdit" parent="Container"]
+[node name="TextInput" type="LineEdit" parent="Container"]
unique_name_in_owner = true
margin_left = 28.0
margin_right = 624.0
@@ -35,4 +35,4 @@ caret_blink = true
unique_name_in_owner = true
script = ExtResource( 2 )
-[connection signal="text_entered" from="Container/Text" to="." method="OnTextEntered"]
+[connection signal="text_entered" from="Container/TextInput" to="." method="OnTextEntered"]