diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 13:52:41 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 13:52:41 +0200 |
| commit | 0967a4654c9fa67b5cfc19edf3cfc075bf6bde92 (patch) | |
| tree | af54db4364d6005cbfbfe7495c70f525a24edefb /Scenes/Game/Input.tscn | |
| parent | 645d1083fecf707a56b07c1fd52df4015885d9ce (diff) | |
| download | texty-0967a4654c9fa67b5cfc19edf3cfc075bf6bde92.tar.xz texty-0967a4654c9fa67b5cfc19edf3cfc075bf6bde92.zip | |
game: extract element scenes
Diffstat (limited to 'Scenes/Game/Input.tscn')
| -rw-r--r-- | Scenes/Game/Input.tscn | 30 |
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 |
