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

Idols have incorrect aspect ratios on map #12

Open
tesu opened this issue Oct 2, 2016 · 1 comment
Open

Idols have incorrect aspect ratios on map #12

tesu opened this issue Oct 2, 2016 · 1 comment

Comments

@tesu
Copy link

tesu commented Oct 2, 2016

image

The idol images on the map are squares instead of rectangles. The idol sprites don't have consistent aspect ratios, but a 45x75 image looks much better than 45x45 image.

@tesu
Copy link
Author

tesu commented Oct 2, 2016

image
This is how the map looks after replacing new google.maps.Size(45,45) with new google.maps.Size(45,75) in http://i.cinderella.pro/static/js/map.js. It's not perfect, but it's an improvement.

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