View Single Post
07-16-10, 01:53 AM   #4
magges
An Aku'mai Servant
 
magges's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 36
Thanks
But now i did is like this:
- save as .png
- download gimp (...cause i own photoshop!)
- save in gimp as .tga
- works fine

aaargh.

Anyways ive a second question:

Code:
	if not AtlasLootDefaultFrame:IsShown() then
		text:SetText(textcolor.."AtlasLoot|r")
	else
		text:SetText(textcolorclicked.."AtlasLoot|r")
	end
wont work .. the text is always white (textcolor) ?:/
  Reply With Quote