extends BaseButton func _ready() -> void: button_down.connect(down) func down() -> void: SoundManager.play_sfx(SoundManager.SFX_CLICK)