mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +00:00
Fix converters having no sound
This commit is contained in:
parent
8b71e380d5
commit
f2ca0ecca4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ func _physics_process(_delta):
|
||||||
produce()
|
produce()
|
||||||
|
|
||||||
func produce():
|
func produce():
|
||||||
working_timer.start()
|
working_timer.do_start()
|
||||||
if sprite_front:
|
if sprite_front:
|
||||||
sprite_front.play()
|
sprite_front.play()
|
||||||
if sprite_back:
|
if sprite_back:
|
||||||
|
|
Loading…
Reference in a new issue