diff options
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 |
