MagiCircles / CinderellaProducers

The IDOLM@STER Cinderella Girls Starlight Stage Database & Community
http://cinderella.pro/
Apache License 2.0
11 stars 1 forks source link

Idols have incorrect aspect ratios on map #12

Open tesu opened 8 years ago

tesu commented 8 years ago

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 commented 8 years ago

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.