|
@@ -59,8 +59,9 @@ horizontal_alignment = 1
|
|
|
layout_mode = 2
|
|
|
text = "A button!"
|
|
|
|
|
|
-[node name="TextEdit" type="LineEdit" parent="SubViewport/GUI/Panel/VBoxContainer"]
|
|
|
+[node name="LineEdit" type="LineEdit" parent="SubViewport/GUI/Panel/VBoxContainer"]
|
|
|
layout_mode = 2
|
|
|
+placeholder_text = "Enter text here..."
|
|
|
|
|
|
[node name="HSlider" type="HSlider" parent="SubViewport/GUI/Panel/VBoxContainer"]
|
|
|
layout_mode = 2
|
|
@@ -119,6 +120,7 @@ offset_right = -39.0
|
|
|
offset_bottom = -147.0
|
|
|
grow_horizontal = 0
|
|
|
grow_vertical = 0
|
|
|
+selected = 0
|
|
|
item_count = 3
|
|
|
popup/item_0/text = "Item 0"
|
|
|
popup/item_1/text = "Item 1"
|