1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-21 15:24:18 +00:00

Fix converters having no sound

This commit is contained in:
Steffo 2023-10-24 18:49:41 +02:00
parent 8b71e380d5
commit f2ca0ecca4
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -20,7 +20,7 @@ func _physics_process(_delta):
produce()
func produce():
working_timer.start()
working_timer.do_start()
if sprite_front:
sprite_front.play()
if sprite_back: