Fix projectile disappearing time

This commit is contained in:
Raxki 2024-10-28 18:47:33 -04:00
parent f873730598
commit 3f789c83a3

View file

@ -30,7 +30,7 @@ func _on_timeout():
queue_free()
func _boom():
timer.wait_time = 1.0
timer.start(0.3)
play(&"hit")
speed = 0.0
z_index = 1