Exemplo n.º 1
0
 public override void Paint(GLEx g)
 {
     if (selectTurret == 3)
     {
         g.SetColor(LColor.red);
         g.DrawRect(2, 2, this.GetWidth() - 4,
                    this.GetHeight() - 4);
         g.ResetColor();
     }
 }