1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-21 23:34:21 +00:00

Add missing newline at end of file

This commit is contained in:
Steffo 2023-01-08 07:56:12 +01:00
parent b14f375128
commit b7b5b2f017
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -11,4 +11,4 @@ func _ready():
func play_with_random_pitch():
pitch_scale = rng.randf_range(0.3, 1.0)
play()
play()