116 lines
3.4 KiB
Plaintext
116 lines
3.4 KiB
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://Components/PublishDetails.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="Control" type="Control"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="GridContainer" type="GridContainer" parent="HBoxContainer"]
|
||
|
margin_right = 510.0
|
||
|
margin_bottom = 600.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="GridContainer" type="GridContainer" parent="HBoxContainer/GridContainer"]
|
||
|
margin_right = 510.0
|
||
|
margin_bottom = 600.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
columns = 2
|
||
|
|
||
|
[node name="Label" type="Label" parent="HBoxContainer/GridContainer/GridContainer"]
|
||
|
margin_top = 5.0
|
||
|
margin_right = 122.0
|
||
|
margin_bottom = 19.0
|
||
|
text = "Artist name : "
|
||
|
|
||
|
[node name="ArtistEdit" type="LineEdit" parent="HBoxContainer/GridContainer/GridContainer"]
|
||
|
margin_left = 126.0
|
||
|
margin_right = 184.0
|
||
|
margin_bottom = 24.0
|
||
|
|
||
|
[node name="Label2" type="Label" parent="HBoxContainer/GridContainer/GridContainer"]
|
||
|
margin_top = 33.0
|
||
|
margin_right = 122.0
|
||
|
margin_bottom = 47.0
|
||
|
text = "Song name : "
|
||
|
|
||
|
[node name="SongEdit" type="LineEdit" parent="HBoxContainer/GridContainer/GridContainer"]
|
||
|
margin_left = 126.0
|
||
|
margin_top = 28.0
|
||
|
margin_right = 184.0
|
||
|
margin_bottom = 52.0
|
||
|
|
||
|
[node name="Label3" type="Label" parent="HBoxContainer/GridContainer/GridContainer"]
|
||
|
margin_top = 59.0
|
||
|
margin_right = 122.0
|
||
|
margin_bottom = 73.0
|
||
|
text = "Completion type : "
|
||
|
|
||
|
[node name="CompletionDropdown" type="OptionButton" parent="HBoxContainer/GridContainer/GridContainer"]
|
||
|
margin_left = 126.0
|
||
|
margin_top = 56.0
|
||
|
margin_right = 184.0
|
||
|
margin_bottom = 76.0
|
||
|
|
||
|
[node name="Label4" type="Label" parent="HBoxContainer/GridContainer/GridContainer"]
|
||
|
margin_top = 85.0
|
||
|
margin_right = 122.0
|
||
|
margin_bottom = 99.0
|
||
|
text = "Extra tags : "
|
||
|
|
||
|
[node name="TagsEdit" type="LineEdit" parent="HBoxContainer/GridContainer/GridContainer"]
|
||
|
margin_left = 126.0
|
||
|
margin_top = 80.0
|
||
|
margin_right = 184.0
|
||
|
margin_bottom = 104.0
|
||
|
|
||
|
[node name="Panel" type="Panel" parent="HBoxContainer"]
|
||
|
margin_left = 514.0
|
||
|
margin_right = 1024.0
|
||
|
margin_bottom = 600.0
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="GridContainer" type="GridContainer" parent="HBoxContainer/Panel"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Label" type="Label" parent="HBoxContainer/Panel/GridContainer"]
|
||
|
margin_right = 510.0
|
||
|
margin_bottom = 14.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "Post looks like :"
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="PostContent" type="Label" parent="HBoxContainer/Panel/GridContainer"]
|
||
|
margin_top = 18.0
|
||
|
margin_right = 510.0
|
||
|
margin_bottom = 32.0
|
||
|
autowrap = true
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
[connection signal="ready" from="." to="." method="_on_Control_ready"]
|
||
|
[connection signal="text_changed" from="HBoxContainer/GridContainer/GridContainer/ArtistEdit" to="." method="_on_any_text_changed"]
|
||
|
[connection signal="text_changed" from="HBoxContainer/GridContainer/GridContainer/SongEdit" to="." method="_on_any_text_changed"]
|
||
|
[connection signal="item_selected" from="HBoxContainer/GridContainer/GridContainer/CompletionDropdown" to="." method="_on_any_text_changed"]
|
||
|
[connection signal="text_changed" from="HBoxContainer/GridContainer/GridContainer/TagsEdit" to="." method="_on_any_text_changed"]
|