removed test

This commit is contained in:
2025-07-14 21:56:33 +03:00
parent d6100a8752
commit dddf1b5881

View File

@@ -24,19 +24,9 @@ public:
void C_MOBAPlayer::Precache() void C_MOBAPlayer::Precache()
{ {
} }
CFGUI_Rect *pRect = new CFGUI_Rect();
CFGUI_Label *pText = new CFGUI_Label();
void C_MOBAPlayer::Spawn() void C_MOBAPlayer::Spawn()
{ {
pRect->SetPosition(0, 0);
pRect->SetSize(200, 200);
pRect->SetBoxColor(0, 1, 0, 1);
pText->SetFont("fonts/IBMPlexMono-Regular");
pText->SetPosition(0, 0);
pText->SetLabelSize(15);
pText->SetLabel("Hello world!");
float cubeVertices[] = { float cubeVertices[] = {
// Front face // Front face
-0.1f, -0.1f, 0.1f, 0, 0, -0.1f, -0.1f, 0.1f, 0, 0,