oh-my-git/scenes/music_button.tscn
Jason Yundt 427ebb3efc Upgrade to Godot 3.5.2
This commit is just a bunch of changes that Godot 3.5.2 will
automatically make when editing projects that were created with an older
version of Godot.
2023-05-16 08:13:25 -04:00

19 lines
427 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://scenes/music_button.gd" type="Script" id=1]
[node name="Button3" type="Button"]
margin_left = 241.005
margin_top = 58.856
margin_right = 387.005
margin_bottom = 97.856
focus_mode = 0
enabled_focus_mode = 0
text = "Toggle music"
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="." to="." method="toggle_music"]