Drawing things

This commit is contained in:
AnonymusRaccoon
2020-02-14 19:06:47 +01:00
parent c8e91cb3f4
commit 9f02ed44d8
2 changed files with 36 additions and 0 deletions
+35
View File
@@ -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;
}
}
}
+1
View File
@@ -11,6 +11,7 @@ namespace ComSquare::Renderer
SFRenderer(height, width, maxFPS),
_gui(this->_window)
{
_gui.loadWidgetsFromFile("../ressources/form.txt");
}
void TGUIRenderer::drawScreen()