mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
17 lines
418 B
Text
17 lines
418 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scenes/music_button.gd" type="Script" id=1]
|
|
|
|
[node name="Button3" type="Button"]
|
|
offset_left = 241.005
|
|
offset_top = 58.856
|
|
offset_right = 387.005
|
|
offset_bottom = 97.856
|
|
focus_mode = 0
|
|
focus_mode = 0
|
|
text = "Toggle music"
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
[connection signal="pressed" from="." to="." method="toggle_music"]
|