Guest User

Untitled

a guest
Jan 21st, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.39 KB | None | 0 0
  1. paper.DrawLine(pen3, (playerLocation * BoardPieceWidth + 29), 48, (playerLocation * BoardPieceWidth + 95), 48);
  2.             paper.FillEllipse(brush1, (playerLocation * BoardPieceWidth + 14), 40, 15, 15);
  3.             paper.FillRectangle(brush2, ((playerLocation * BoardPieceWidth) + 14), 40, 8, 25);
  4.             paper.FillRectangle(brush0, (playerLocation * BoardPieceWidth + 12), 46, 10, 4);
Add Comment
Please, Sign In to add comment