Starter-Kit-FPS/objects/impact.gd

8 lines
135 B
GDScript

extends AnimatedSprite3D
# Remove this impact effect after the animation has completed
func _on_animation_finished():
queue_free()