View Single Post
02-09-18, 03:35 PM   #7
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
http://wowprogramming.com/docs/widge.../CreateTexture

If you manage to build a 2048x1024 texture you can do
Lua Code:
  1. local t = UIParent:CreateTexture(nil,"BACKGROUND",nil,-8)
  2. t:SetTexture("PATHTOYOURTEXTURE")
  3. t:SetAllPoints()
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote