mirror of
https://github.com/Yadciel1/2048-Shooter.git
synced 2024-12-27 23:37:04 +01:00
8 lines
126 B
GDScript3
8 lines
126 B
GDScript3
|
extends CheckButton
|
||
|
|
||
|
func _ready():
|
||
|
$Music.playing = pressed
|
||
|
|
||
|
func _on_MusicCheckButton_pressed():
|
||
|
$Music.playing = pressed
|