(SOLVED) There's a dark area on box node when resize it

Currently I am trying to make a score bar which will go up every time user pressed button and it will go down automatically by time.
I setup this score bar as a GUI element

Whenever I resize this “core” using gui.set_size to small size, there’s a dark area appeared.

Try to disable mipmaps in your texture profiles

15

4 Likes

Disabling mipmaps can also be done in a custom GUI material.

2 Likes

That works perfectly ! Thanks guys