Exemple #1
0
 public override async Task Draw(PainterScope scope, BoardState state)
 {
     await scope.FillEllipseC(Values.BitColors()[0], LocalPoint, new Vec2(.4f, .4f));
 }