Skip to content

Instantly share code, notes, and snippets.

@timcash
Created August 13, 2010 06:52
Show Gist options
  • Select an option

  • Save timcash/522441 to your computer and use it in GitHub Desktop.

Select an option

Save timcash/522441 to your computer and use it in GitHub Desktop.
Planet = function(_a, _b, _c, _d) {
this.y = _d;
this.x = _c;
this.size = _b;
this.name = _a;
return this;
};
this.ships = {};
this.damage_pool = {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment