removed test
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user