View Single Post
07-10-09, 08:43 PM   #7
Katae
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 208
Originally Posted by cbuck View Post
Might someone post an example of how to use textures in a panel? The code looks something like this:

Code:
["Player - Realm"] = {
	{	name = "BoxesRFun",
		width = 512, height = 512,
                tex_file ["texture.tga"],
	},
},
It should be tex_file="texture.tga" if texture.tga is in the media folder.
  Reply With Quote