How can I change the look of Popup/Window Dialog

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By IranosMorloy
:warning: Old Version Published before Godot 3 was released.

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.

:bust_in_silhouette: Reply From: Zylann

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.