mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-10 09:19:02 +00:00
13 lines
361 B
Text
13 lines
361 B
Text
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://scenes/interfaces/music_manager/music_button.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="music_button" type="Button"]
|
||
|
margin_right = 12.0
|
||
|
margin_bottom = 20.0
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
[connection signal="pressed" from="." to="." method="_on_music_button_pressed"]
|