Sync survivor spawning with per-floor pacing

Clear runners on each new floor as well
This commit is contained in:
Jennie Robinson Faber 2026-05-10 17:39:55 +01:00
parent ec958717b1
commit 6b2065f4b2
4 changed files with 38 additions and 39 deletions

View file

@ -1,6 +1,4 @@
extends Node3D
func _ready() -> void:
$ComponentSpawn.spawn_survivor()
pass