View Single Post
04-15-23, 09:01 AM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,897
Code:
"Inteface\\AddOns\\Your-Addon-Folder\\Media\\Thumb"
or create a variable for the textures path

Code:
local TexturePath = "Inteface\\AddOns\\Your-Addon-Folder\\Media\\"
and use
Code:
thisTexture:SetTexture(TexturePath .. "Thumb")
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote