Guest User

Untitled

a guest
Feb 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if (c == 0) {
  2. super(Piece.JMAN, x, y, Color.red);
  3. } else if (c == 1) {
  4. super(Piece.JMAN, x, y, Color.green);
  5. } else {
  6. super(Piece.JMAN, x, y, Color.yellow);
  7. }
Add Comment
Please, Sign In to add comment