From b7b5b2f0175e9ef3143ef3ce2173679da618b8bd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 8 Jan 2023 07:56:12 +0100 Subject: [PATCH] Add missing newline at end of file --- island/Pop.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()