Basically, I have an AnimatedTexture that I use in a TileMap to create conveyer belts. I want to have an export variable to set the direction of the conveyer belt, and it works perfectly fine. The thing is, I want to flip the AnimatedTexture when that export var is set to change the direction, or whatever. Is there a way to do that? Preferably by code.