Advertisement
Guest User

Untitled

a guest
May 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2.  
  3. var ships = [];
  4. ships.push();
  5.  
  6. this.options = {
  7. root_mode: 'survival',
  8. ships: ships, // specifying a list of ships to complement / replace existing ships
  9. map_size: 30
  10. };
  11.  
  12. this.tick = function(game) {
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement