I'm simulated mouse "pressed" on TextureButton by this code:
func _on_Button_pressed():
get_node("TextureButton").emit_signal("pressed")
Works but this code not show texture "Pressed" when execute, becouse it is fake press (not by mouse). How simulate mouse press button with animation effect ?