added custom caption to items. fixed glyph render.

This commit is contained in:
GHOST11111100
2025-07-26 16:19:00 +03:00
parent 8489c36df7
commit b4b49ccd83
3 changed files with 97 additions and 57 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ GUI::GUI(Engine& engine)
tooltip = guiutil::create(
*this,
"<container color='#000000A0' interactive='false' z-index='999'>"
"<label id='tooltip.label' pos='2' autoresize='true' multiline='true' text-wrap='false'></label>"
"<label id='tooltip.label' markup='md' pos='2' autoresize='true' multiline='true' text-wrap='false'></label>"
"</container>"
);
store("tooltip", tooltip);