blob: 7106217473f6102167ab50f7ee3c6f1d94cf8d9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
|