From f711d55d465bd8838dc55bde1f4a25d582a6bb6b Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 4 Sep 2022 21:52:27 +0200 Subject: tests: adjust tests to new design --- Scenes/Game/Input.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Scenes/Game/Input.tscn') 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"] -- cgit v1.2.3