Thread: jpg texture?
View Single Post
03-21-19, 01:37 PM   #10
wille480
A Wyrmkin Dreamwalker
Join Date: Jan 2017
Posts: 56
I now have this code but it is still just showing a green box like first gyazo picture :O . I did check if there was something wrong with the "fear.tga" file itself and grabbed a quick icon from elvui package but that did not work either.

Lua Code:
  1. local tec = k:CreateTexture(nil,"OVERLAY")
  2.     tec:SetPoint("RIGHT")
  3.     tec:SetSize(32, 32)
  4.     tec:SetTexture("Interface/AddOns/ownAddon/icons/fear.tga")
  Reply With Quote