public override void DrawScreen(GLEx g) { switch (type) { case 1: g.SetAntiAlias(true); g.DrawSixStart(LColor.yellow, 130, 100, 100); g.SetAntiAlias(false); break; } g.ResetColor(); }