Advertisement
Transformator

snake

Mar 30th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function spwanapple() {
  2.         var xpos = Math.floor((Math.random() * (WIDTH/SECTION)));
  3.         var ypos = Math.floor((Math.random() * (HEIGHT/SECTION)));
  4.  
  5.         apples.list.push([xpos, ypos]);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement