mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-25 09:14:18 +00:00
Do not print debug message on crop growth
This commit is contained in:
parent
4d5cae5617
commit
b14f375128
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ func plant():
|
||||||
func complete():
|
func complete():
|
||||||
if not growth_timer.is_stopped():
|
if not growth_timer.is_stopped():
|
||||||
growth_timer.stop()
|
growth_timer.stop()
|
||||||
print("Playing completition sound...")
|
|
||||||
pop_sound.play_with_random_pitch()
|
pop_sound.play_with_random_pitch()
|
||||||
emit_signal("on_complete")
|
emit_signal("on_complete")
|
||||||
if debug_growth:
|
if debug_growth:
|
||||||
|
|
Loading…
Reference in a new issue