I'm attempting to save a GradientTexture for use throughout my project, but I need to set the repeat flag on it. As far as I can tell the only way to do that to a texture is by importing said texture. However, the gradient texture is saved as a .tres file, which the engine won't import. How would I import GradientTexture?