summaryrefslogtreecommitdiff
path: root/Scenes/Game/Input.tscn
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-09-04 13:52:41 +0200
committerSophia Pearson <codergal89@gmail.com>2022-09-04 13:52:41 +0200
commit0967a4654c9fa67b5cfc19edf3cfc075bf6bde92 (patch)
treeaf54db4364d6005cbfbfe7495c70f525a24edefb /Scenes/Game/Input.tscn
parent645d1083fecf707a56b07c1fd52df4015885d9ce (diff)
downloadtexty-0967a4654c9fa67b5cfc19edf3cfc075bf6bde92.tar.xz
texty-0967a4654c9fa67b5cfc19edf3cfc075bf6bde92.zip
game: extract element scenes
Diffstat (limited to 'Scenes/Game/Input.tscn')
-rw-r--r--Scenes/Game/Input.tscn30
1 files changed, 30 insertions, 0 deletions
diff --git a/Scenes/Game/Input.tscn b/Scenes/Game/Input.tscn
new file mode 100644
index 0000000..7106217
--- /dev/null
+++ b/Scenes/Game/Input.tscn
@@ -0,0 +1,30 @@
+[gd_scene format=2]
+
+[node name="Input" type="PanelContainer"]
+margin_top = 451.0
+margin_right = 640.0
+margin_bottom = 480.0
+theme_type_variation = "InvertedPanelContainer"
+
+[node name="Container" type="HBoxContainer" parent="."]
+margin_left = 8.0
+margin_top = 2.0
+margin_right = 632.0
+margin_bottom = 27.0
+
+[node name="Prompt" 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"]
+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