Search code examples
game-enginegodotgdscript

Godot Problematic CustomStyle, how can fix this?


Godot version: 3.1 STABLE OS/device

including version: WINDOWS/OS

I’m making a movable window in my game, and I’ve used the popup() function. The fact is that I want to style it like a terminal, so I have made a custom style (StyleBoxFlat). The problem here is that the “title part” of the popup is becoming transparent. How I can fix this?

Illustration enter image description here

Solution from post to Godot Github tracker: enter image description here


Solution

  • Problem solved. I just Added the solution in the first post.