Example #1
0
        public override void Draw()
        {
            Graphics.SetColor(0x7d / 255f, 0x9e / 255f, 0xb9 / 255f, 1f);
            Graphics.Rectangle(DrawMode.Fill, 0, 0, Graphics.GetWidth(), Graphics.GetHeight());

            imGuiRenderer.Draw();
        }