M0nkey Posted April 3, 2020 Posted April 3, 2020 Hi, I use let mainMenu = new Menu("example", "", new Point(1480, 250), new Color(0, 0, 0, 255)); but ingame it looks like this (white banner): I tested other colors but the banner stayed white irrespective of the specified color. How to fix it?
onurlife Posted June 30, 2020 Posted June 30, 2020 new Color(0, 0, 0, 255) u can try new Color(0, 0, 0, 0)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now