How to import a GradientTexture or any non StreamTexture.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By blaze_the_star

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?