Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm working on improving the look of the TabContainer for Godot 4.2.1 now. Will update soon.

When will you update the theme? The latest version still doesn't work. Another question: In the screenshots there is a thick border around the window. What kind of UI element is it? Couldn't find it in the theme. 

I managed to fix it. It's in the version 1.3 download.

The thick bordered thing is probably a PanelContainer?


Alternatively you can easily override the look for a specific control by overriding in Inspector:
Theme Overrides/Styles/Panel, then add a StyleboxTexture and apply the 8x8_ui_elements.png or a color variation as an AtlasTexture, then select the region you want.