ChristoferScalise

yetfeyaf

Oct 18th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let gameState = 0
  2. let playerState = 0
  3. let globalPlayerY = 0
  4. let globalPlayerX = 0
  5. let localPlayerX = 2
  6. let localPlayerY = 2
  7. let player2X
  8. let player2Y
  9. basic.forever(function () {//Host Functions
  10.    
  11. })
  12. basic.forever(function() {//Client Functions
  13.  
  14. })
Add Comment
Please, Sign In to add comment