Merge remote-tracking branch 'origin/demo'
This commit is contained in:
commit
4309ce1f26
@ -155,3 +155,8 @@ func _toggle_outline(display = true):
|
|||||||
tween.tween_property(sprite.material, "shader_parameter/thickness", 1.0, 0.2)
|
tween.tween_property(sprite.material, "shader_parameter/thickness", 1.0, 0.2)
|
||||||
else:
|
else:
|
||||||
tween.tween_property(sprite.material, "shader_parameter/thickness", 0.0, 0.2)
|
tween.tween_property(sprite.material, "shader_parameter/thickness", 0.0, 0.2)
|
||||||
|
|
||||||
|
|
||||||
|
func _exit_tree() -> void:
|
||||||
|
if touching:
|
||||||
|
_on_mouse_exited()
|
Loading…
Reference in New Issue
Block a user