ft: improved npc spawning logic
This commit is contained in:
@@ -6,7 +6,6 @@ extends AbstractPrey2D
|
||||
func _ready() -> void:
|
||||
$AnimatedSprite2D.animation = "Healthy"
|
||||
$AnimatedSprite2D.play()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
|
||||
Reference in New Issue
Block a user