add enemy death animation
This commit is contained in:
@@ -25,7 +25,3 @@ func _physics_process(delta: float) -> void:
|
||||
position.x += direction * speed * delta
|
||||
|
||||
move_and_slide()
|
||||
|
||||
|
||||
func _on_hit_box_killed() -> void:
|
||||
queue_free()
|
||||
|
||||
Reference in New Issue
Block a user