mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-31 09:32:36 +00:00
Drawing things
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
Label.CPU {
|
||||
HorizontalAlignment = Center;
|
||||
Position = (320, 198.064);
|
||||
ScrollbarPolicy = Never;
|
||||
Size = (227.2, 109.935);
|
||||
Text = "CPU Debugger ";
|
||||
TextSize = 13;
|
||||
VerticalAlignment = Center;
|
||||
|
||||
Renderer {
|
||||
backgroundcolor = transparent;
|
||||
bordercolor = #3C3C3C;
|
||||
borders = (0, 0, 0, 0);
|
||||
textcolor = #3C3C3C;
|
||||
texturebackground = None;
|
||||
|
||||
scrollbar {
|
||||
arrowbackgroundcolor = #F5F5F5;
|
||||
arrowbackgroundcolorhover = white;
|
||||
arrowcolor = #3C3C3C;
|
||||
arrowcolorhover = black;
|
||||
texturearrowdown = None;
|
||||
texturearrowdownhover = None;
|
||||
texturearrowup = None;
|
||||
texturearrowuphover = None;
|
||||
texturethumb = None;
|
||||
texturethumbhover = None;
|
||||
texturetrack = None;
|
||||
texturetrackhover = None;
|
||||
thumbcolor = #DCDCDC;
|
||||
thumbcolorhover = #E6E6E6;
|
||||
trackcolor = #F5F5F5;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,6 +11,7 @@ namespace ComSquare::Renderer
|
||||
SFRenderer(height, width, maxFPS),
|
||||
_gui(this->_window)
|
||||
{
|
||||
_gui.loadWidgetsFromFile("../ressources/form.txt");
|
||||
}
|
||||
|
||||
void TGUIRenderer::drawScreen()
|
||||
|
||||
Reference in New Issue
Block a user