Thread: Gryphon texture
View Single Post
03-12-21, 02:52 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,894
I'm pretty sure it's still:
Code:
yourtexture:SetTexture("Interface/MainMenuBar/UI-MainMenuBar-EndCap-Dwarf")
There's also a lion motif:
Code:
yourtexture:SetTexture("Interface/MainMenuBar/UI-MainMenuBar-EndCap-Human")
There's only the one of each so you will to flip the texture with SetTexCoord() for the opposite end.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 03-12-21 at 03:09 PM.
  Reply With Quote