khanat-client/scenes/interfaces/options/option_settings_music_box.tscn

47 lines
1.3 KiB
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://scenes/interfaces/options/option_settings_music_box.gd" type="Script" id=1]
[ext_resource path="res://assets/interfaces/buttons/down.png" type="Texture" id=2]
[ext_resource path="res://assets/interfaces/buttons/up.png" type="Texture" id=3]
[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"
[node name="down" type="Button" parent="."]
margin_left = 330.0
margin_right = 358.0
margin_bottom = 40.0
icon = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="up" type="Button" parent="."]
margin_left = 358.0
margin_right = 386.0
margin_bottom = 40.0
icon = ExtResource( 3 )
[connection signal="pressed" from="delete" to="." method="_on_delete_pressed"]
[connection signal="pressed" from="down" to="." method="_on_down_pressed"]
[connection signal="pressed" from="up" to="." method="_on_up_pressed"]