My version of spawning…spawns too many survivors!

This commit is contained in:
Henry 2026-05-10 13:52:23 +01:00
parent ecd79e66e3
commit 0b47cc7b38
8 changed files with 91 additions and 17 deletions

6
scenes/game.gd Normal file
View file

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