Guest User

Untitled

a guest
Oct 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /* @pjs preload="themes/gray/black_bishop.png";
  2. preload="themes/gray/black_horse.png";
  3. preload="themes/gray/black_king.png"; */
  4.  
  5. PImage black_bishop = loadImage("themes/gray/black_bishop.png");
  6. PImage black_horse = loadImage("themes/gray/black_horse.png");
  7. PImage black_king = loadImage("themes/gray/black_king.png");
Add Comment
Please, Sign In to add comment