Add quota dots to screen and color-code people count
- And try to remove survivors after doors close with queue_free - And move panel?? Still not right.
This commit is contained in:
parent
0cc7611515
commit
b92388cfe0
7 changed files with 43 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ var speed: int = 3
|
|||
var clumsiness: int = 0
|
||||
var _saved: bool = false
|
||||
|
||||
@onready var safety_zone = get_node("/root/Game/World/ElevatorSafeZone")
|
||||
@onready var safety_zone: Node = get_node_or_null("/root/Game/World/ElevatorSafeZone")
|
||||
|
||||
|
||||
#func start(xform):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue