Stabelized survivor spawning.

This commit is contained in:
Henry 2026-05-10 14:39:15 +01:00
parent 0b47cc7b38
commit a95eaa4dfb
2 changed files with 16 additions and 14 deletions

View file

@ -1,6 +1,6 @@
extends CharacterBody3D
var speed: int = 5
var speed: int = 3
var clumsiness: int = 0
@onready var safety_zone = get_node("/root/Game/World/ElevatorDoors/ElevatorSafeZone")