Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: rocifier on Mon 14/08/2017 08:22:53

Title: How can I remove a GUI border?
Post by: rocifier on Mon 14/08/2017 08:22:53
I swear I've searched the whole internet. I can change the colour of a GUI border but I can't remove it. Which I feel defies the point of having a transparent sprite on my gui background. Is there some trick I'm missing? Is scripting required? Thank you!

Btw, hi ;)
Title: Re: How can I remove a GUI border?
Post by: Gurok on Mon 14/08/2017 08:46:47
If you set both the background colour and border colour of a GUI to 0, the border will disappear. You can do this in the editor (GUI properties). There's no need to script it.
Title: Re: How can I remove a GUI border?
Post by: rocifier on Mon 14/08/2017 08:49:06
Ahhh I don't know how I didn't try that combination! I was messing around for ages with the settings, thank you.