Exemplo n.º 1
0
 public override void Draw(IDrawDevice device)
 {
     device.DrawEllipse(color, transform.position, transform.globalScale);
 }