2021-02-11 10:46:08 +01:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://scenes/music_button.gd" type="Script" id=1]
|
|
|
|
|
2021-09-06 23:15:34 +02:00
|
|
|
[node name="Toggle_music" type="Button"]
|
2021-02-11 10:46:08 +01:00
|
|
|
margin_left = 241.005
|
|
|
|
margin_top = 58.856
|
|
|
|
margin_right = 387.005
|
|
|
|
margin_bottom = 97.856
|
|
|
|
focus_mode = 0
|
|
|
|
enabled_focus_mode = 0
|
2021-09-06 23:15:34 +02:00
|
|
|
text = "MUSIC"
|
2021-02-11 10:46:08 +01:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2021-09-06 23:15:34 +02:00
|
|
|
|
2021-02-11 10:46:08 +01:00
|
|
|
[connection signal="pressed" from="." to="." method="toggle_music"]
|