Tweaked colliders for safety zone, elevator doors to route survivors.
This commit is contained in:
parent
33bbd05482
commit
d558379a7e
4 changed files with 11 additions and 11 deletions
|
|
@ -78,6 +78,6 @@ func stalking_check():
|
|||
|
||||
|
||||
func illuminate():
|
||||
var tween = create_tween()
|
||||
var tween = create_tween().parallel()
|
||||
tween.tween_property($Sprite3D, "modulate",Color(255,255,255), 5)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue