This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+2 votes

Hey guys. I want to change the window itself, so it is not just a grey panel, but handles a texture. I am a beginner, so a little description how to achieve it would be nice from you.

Or is there a way how to achieve this from code?

Thank you in advance.

in Engine by (64 points)

1 Answer

+1 vote
Best answer

You can change UI design usually by creating a custom theme and applying styleboxes, a bit like in CSS: http://docs.godotengine.org/en/stable/learning/features/gui/gui_skinning.html
You can also make your own popup by using just a TextureFrame, or a Control with a Sprite in it.

by (29,510 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.