I have a default texture and I want to change to another smoothly with the tween node, with this code it does not work
$Tween.start()
$Tween.interpolate_property($Sprite,"texture",
$Sprite.texture,
load("res://Sin título-1.png"),1,
Tween.TRANS_QUAD,Tween.EASE_IN_OUT)