View Single Post
07-01-10, 03:29 PM   #31
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Added raid layout
http://code.google.com/p/rothui/source/detail?r=512

Info on texture fillings looking distorted
http://www.wowinterface.com/forums/s...d.php?p=182798
http://wow.mmoui.com/forums/showthread.php?t=31967

Example edit in lib.lua:

Before
Code:
s:SetStatusBarTexture(cfg.statusbar_texture)
After
Code:
s:SetStatusBarTexture(cfg.statusbar_texture)
s:GetStatusBarTexture():SetHorizTile(true)
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

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

Last edited by zork : 07-02-10 at 08:03 AM.
  Reply With Quote