extends BulletEmitter func _on_timer_timeout() -> void: for i in range(10): emit_bullets() %AudioStreamPlayer.play()