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

Render the mini-map with 1/4 the data. #8

Closed
davesmith00000 opened this issue Jun 21, 2022 · 1 comment
Closed

Render the mini-map with 1/4 the data. #8

davesmith00000 opened this issue Jun 21, 2022 · 1 comment

Comments

@davesmith00000
Copy link
Owner

Or in four sections that make up the total.

Or reduce the map size from: 80*50=4000 to sqrt(1024) = 32*32. Increasing to 64 x 64 and rendering the minimap in four equal quarters could be straightforward...?

(This is the get around the Safari data limit of 1024.)

@davesmith00000
Copy link
Owner Author

Removed the minimap!

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