diff --git a/island/Pop.gd b/island/Pop.gd index 01123f9..b4fef80 100644 --- a/island/Pop.gd +++ b/island/Pop.gd @@ -11,4 +11,4 @@ func _ready(): func play_with_random_pitch(): pitch_scale = rng.randf_range(0.3, 1.0) - play() \ No newline at end of file + play()