My version of spawning…spawns too many survivors!
This commit is contained in:
parent
ecd79e66e3
commit
0b47cc7b38
8 changed files with 91 additions and 17 deletions
6
scenes/game.gd
Normal file
6
scenes/game.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends Node3D
|
||||
|
||||
func _ready() -> void:
|
||||
$ComponentSpawn.spawn_survivor()
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue