All buttons I make have the same grey area around them. I make them with
if (GUI.Button(Rectie, Glowing)) {
Application.LoadLevel("tah");
}
Glowing being the texture, Rectie being the rectangle. Why does it have my texture in that standard Unity Button texture? How do I make the button exactly as I which it, that is, only with the "Glowing" texture?