wgrand08 / tether

Automatically exported from code.google.com/p/tether
0 stars 0 forks source link

minimap resizing needs testing #252

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The new minimap works well however while considering the possibility of 
allowing the host to offer custom-sized maps I realize it's possible this 
will resize the minimap since currently it simply creates a pixel for each 
tile on the map. If this is true then we will need to recode the minimap 
to handle resized maps. 

Original issue reported on code.google.com by Donkyhotae on 3 Mar 2010 at 6:12

GoogleCodeExporter commented 9 years ago
I tested this and confirmed that resizing the regular map affects the minimap. 
This
will need to be fixed before we will be able to implement custom map sizes. 

Original comment by Donkyhotae on 4 Mar 2010 at 1:54

GoogleCodeExporter commented 9 years ago
this turned out to be a really easy fix, I just used pygame.tranform.scale to 
force
the minimap surface to be the correct size. 

Original comment by Donkyhotae on 4 Mar 2010 at 2:11

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r951.

Original comment by Donkyhotae on 4 Mar 2010 at 5:14