64 lines
1.5 KiB
Text
64 lines
1.5 KiB
Text
[gd_scene format=2]
|
|
|
|
[node name="Control" type="ColorRect"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_lock_": true
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -287.0
|
|
margin_top = -109.5
|
|
margin_right = 287.0
|
|
margin_bottom = 109.5
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
margin_right = 574.0
|
|
margin_bottom = 14.0
|
|
text = "Enter username or search or ID"
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="VBoxContainer"]
|
|
margin_top = 18.0
|
|
margin_right = 574.0
|
|
margin_bottom = 44.0
|
|
caret_blink = true
|
|
caret_blink_speed = 0.5
|
|
|
|
[node name="HFlowContainer" type="HFlowContainer" parent="VBoxContainer"]
|
|
margin_top = 48.0
|
|
margin_right = 574.0
|
|
margin_bottom = 70.0
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/HFlowContainer"]
|
|
margin_right = 54.0
|
|
margin_bottom = 22.0
|
|
text = "Search"
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer/HFlowContainer"]
|
|
margin_left = 58.0
|
|
margin_right = 166.0
|
|
margin_bottom = 22.0
|
|
text = "Browse Gallery"
|
|
|
|
[node name="Button3" type="Button" parent="VBoxContainer/HFlowContainer"]
|
|
margin_left = 170.0
|
|
margin_right = 274.0
|
|
margin_bottom = 22.0
|
|
text = "Browse Scraps"
|
|
|
|
[node name="Button4" type="Button" parent="VBoxContainer/HFlowContainer"]
|
|
margin_left = 278.0
|
|
margin_right = 407.0
|
|
margin_bottom = 22.0
|
|
text = "Browse Favourites"
|
|
|
|
[node name="Button5" type="Button" parent="VBoxContainer/HFlowContainer"]
|
|
margin_left = 411.0
|
|
margin_right = 472.0
|
|
margin_bottom = 22.0
|
|
text = "View ID"
|