Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input tileSize and worldSize change to tile, world #3

Open
mhulse opened this issue Feb 26, 2019 · 0 comments
Open

Input tileSize and worldSize change to tile, world #3

mhulse opened this issue Feb 26, 2019 · 0 comments

Comments

@mhulse
Copy link
Owner

mhulse commented Feb 26, 2019

const tiles = {
  tileSize: {
    width: 512,
    height: 512
  },
  worldSize: {
    width: 7168,
    height: 3584
  }
};

Should be:

const tiles = {
  tile: {
    width: 512,
    height: 512
  },
  world: {
    width: 7168,
    height: 3584
  }
};

Just more in-line with my other modules.

Document that it's tileSize and worldSize from https://github.com/mhulse/rand-street-view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant