mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 23:34:21 +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():
|
||||
if not growth_timer.is_stopped():
|
||||
growth_timer.stop()
|
||||
print("Playing completition sound...")
|
||||
pop_sound.play_with_random_pitch()
|
||||
emit_signal("on_complete")
|
||||
if debug_growth:
|
||||
|
|
Loading…
Reference in a new issue