29 lines
738 B
Text
29 lines
738 B
Text
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://scenes/interfaces/options/option_settings_music_box.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="h_box_container" type="HBoxContainer"]
|
||
|
margin_right = 40.0
|
||
|
margin_bottom = 40.0
|
||
|
size_flags_horizontal = 3
|
||
|
custom_constants/separation = 0
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="delete" type="Button" parent="."]
|
||
|
margin_right = 310.0
|
||
|
margin_bottom = 40.0
|
||
|
text = "OPTION_SETTINGS_SOUND_SELECTION_DELETE"
|
||
|
|
||
|
[node name="label" type="Label" parent="."]
|
||
|
margin_left = 310.0
|
||
|
margin_top = 13.0
|
||
|
margin_right = 330.0
|
||
|
margin_bottom = 27.0
|
||
|
size_flags_horizontal = 3
|
||
|
text = "file"
|
||
|
|
||
|
[connection signal="pressed" from="delete" to="." method="_on_delete_pressed"]
|