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