diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-05 20:35:53 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-05 20:35:53 +0200 |
| commit | f20bd89dc4a7bf14a88b1effcaa1887b29314525 (patch) | |
| tree | d114787f68efd2a7d61d95fa9c84e8e5d69a7c11 /Scenes/Game/Input.tscn | |
| parent | 1b477b62f8be8c546a35dbd1d2688ebf623c496f (diff) | |
| download | texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.tar.xz texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.zip | |
gui: split GUI into Terminal components
Diffstat (limited to 'Scenes/Game/Input.tscn')
| -rw-r--r-- | Scenes/Game/Input.tscn | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/Scenes/Game/Input.tscn b/Scenes/Game/Input.tscn deleted file mode 100644 index baf5315..0000000 --- a/Scenes/Game/Input.tscn +++ /dev/null @@ -1,38 +0,0 @@ -[gd_scene load_steps=3 format=2] - -[ext_resource path="res://Scripts/Game/Input.cs" type="Script" id=1] -[ext_resource path="res://Scripts/Game/CommandParser.cs" type="Script" id=2] - -[node name="Input" type="PanelContainer"] -anchor_right = 1.0 -theme_type_variation = "InvertedPanelContainer" -script = ExtResource( 1 ) - -[node name="Container" type="HBoxContainer" parent="."] -margin_left = 8.0 -margin_top = 2.0 -margin_right = 632.0 -margin_bottom = 27.0 - -[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="TextInput" type="LineEdit" parent="Container"] -unique_name_in_owner = true -margin_left = 28.0 -margin_right = 624.0 -margin_bottom = 25.0 -size_flags_horizontal = 3 -context_menu_enabled = false -selecting_enabled = false -caret_blink = true - -[node name="CommandParser" type="Node" parent="."] -unique_name_in_owner = true -script = ExtResource( 2 ) - -[connection signal="text_entered" from="Container/TextInput" to="." method="OnTextEntered"] |
