summaryrefslogtreecommitdiff
path: root/Scenes/Game/Input.tscn
diff options
context:
space:
mode:
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"]