Fix weird illumination thing
This commit is contained in:
parent
67820a291c
commit
bce5ded6f3
1 changed files with 2 additions and 2 deletions
|
|
@ -81,5 +81,5 @@ func stalking_check():
|
||||||
|
|
||||||
func illuminate():
|
func illuminate():
|
||||||
var tween = create_tween().parallel()
|
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