mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-25 01:04:18 +00:00
Add missing newline at end of file
This commit is contained in:
parent
b14f375128
commit
b7b5b2f017
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ func _ready():
|
||||||
|
|
||||||
func play_with_random_pitch():
|
func play_with_random_pitch():
|
||||||
pitch_scale = rng.randf_range(0.3, 1.0)
|
pitch_scale = rng.randf_range(0.3, 1.0)
|
||||||
play()
|
play()
|
||||||
|
|
Loading…
Reference in a new issue