extends AudioStreamPlayer2D func play(from_position: float = 0.0) -> void: set_pitch_scale(randf_range(0.8, 1.2)) super(from_position)