View Single Post
07-04-10, 02:55 PM   #243
zynix
A Cliff Giant
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 70
Originally Posted by iNoob View Post
Hello, thank you for an awesome addon ^^

But whenever I try to use *tex_file = "texture",* (without the *'s) my panel simply doesn't appear. I've tried different names, including the complete path, different textures. They work in KGPanels so I'm sure it's not those that are causing the problem. Any help would be great

iNoob


EDIT: Maybe someone could provide me with a simple script.. a square panel in the middle of the screen maybe. But with textures. I simply cant get them to work
Code:
	{	name = "Texture",
		anchor_to = "center",
		height = 64,
		width = 64,
		bg_color = "0 0 0",
		bg_alpha = 1,
		tex_file = "your texture.tga",
	},
simple as that
you just missed the .tga extension :P
  Reply With Quote