Fix weird illumination thing
This commit is contained in:
parent
67820a291c
commit
bce5ded6f3
1 changed files with 2 additions and 2 deletions
|
|
@ -76,10 +76,10 @@ func stalking_check():
|
|||
if not _stalking_close:
|
||||
_stalking_close = true
|
||||
EventBus.robot_close_warning.emit()
|
||||
illuminate()
|
||||
illuminate()
|
||||
|
||||
|
||||
func illuminate():
|
||||
var tween = create_tween().parallel()
|
||||
tween.tween_property($Sprite3D, "modulate",Color(255,255,255), 5)
|
||||
tween.tween_property($Sprite3D, "modulate",Color(1,1,1), 5)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue