(wip) Food spawning on prey death
This commit is contained in:
@@ -47,4 +47,3 @@ func _on_entity_consumed() -> void:
|
||||
_currentCount = max(0, _currentCount-1)
|
||||
call_deferred("_spawn_minimum")
|
||||
|
||||
# TODO: Spawn food when an entity (any) dies
|
||||
|
||||
Reference in New Issue
Block a user