Page 1 of 1

Namebox Error, Help!

Posted: Sat Feb 02, 2019 2:09 am
by Pokeanu
Hi, I'm experiencing difficulties displaying the name box within my project. I can't seem to upload a screenshot of it here, so I have left it as an attachment to this post.

The original name box has rounded edges, yet for some reason I can't seem to figure out why the corners are invisible or gone. I'm completely new to this, does anyone have an explanation / solution?

Here's my GUI code, if it helps:

Code: Select all

## The width, height, and borders of the box containing the character's name, or
## None to automatically size it.
define gui.namebox_width = None
define gui.namebox_height = 42

## The borders of the box containing the character's name, in left, top, right,
## bottom order.
define gui.namebox_borders = Borders(5, 5, 5, 5)

## If True, the background of the namebox will be tiled, if False, the
## background if the namebox will be scaled.
define gui.namebox_tile = False
Any feedback at all is appreciated. Thanks a bunch!

Re: Namebox Error, Help!

Posted: Sat Feb 02, 2019 6:17 am
by mitoky
Is the namebox looks like its an image. If so, did you check if the image has edges?