Made some slight robot changes; add elevator animations
This commit is contained in:
parent
1d6b5c35ca
commit
0a8b665ae6
5 changed files with 115 additions and 16 deletions
|
|
@ -10,7 +10,7 @@ static var _last_chase: AudioStream = null
|
|||
var speed: int = 3
|
||||
var clumsiness: int = 0
|
||||
|
||||
@onready var safety_zone = get_node("/root/Game/World/ElevatorDoors/ElevatorSafeZone")
|
||||
@onready var safety_zone = get_node("/root/Game/World/ElevatorSafeZone")
|
||||
|
||||
|
||||
#func start(xform):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue