View Single Post
03-14-12, 06:21 PM   #7
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
I replaced the raid icon with a custom icon, this is the only way I found to do it without overwriting functions:
Code:
LFG_EYE_TEXTURES.raid = {
	file = [=[Interface\AddOns\Relief\eye]=], frames = 29,
	delay = 0.1, iconSize = 64, height = 256, width = 512,
}
https://github.com/tekkub/wow-ui-sou...map.lua#L11-14
Attached Images
 

Last edited by p3lim : 03-14-12 at 09:38 PM.
  Reply With Quote