Add Application Output panel.

This commit is contained in:
Martín Lucas Golini
2024-04-20 19:59:58 -03:00
parent 517298ba34
commit 9f11c96e17
14 changed files with 442 additions and 33 deletions

View File

@@ -242,6 +242,7 @@ void IconManager::init( UISceneNode* sceneNode, FontTrueType* iconFont, FontTrue
{ "window-opt", 0xeb7f },
{ "tools", 0xeb6d },
{ "play", 0xeb2c },
{ "output", 0xeb9d },
};
for ( const auto& icon : codIcons )