AjaxVM / hiths-p4-pyweek6

Automatically exported from code.google.com/p/hiths-p4-pyweek6
0 stars 0 forks source link

Add Minimap #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The minimap should be a class that simply takes the world as it's argument
and then will output an image when you need it. That way it can integrate
easily into the rest of the GUI.

Original issue reported on code.google.com by archw...@gmail.com on 11 Sep 2008 at 9:03

GoogleCodeExporter commented 8 years ago
Just about done with this as of the last commit. Drawing everything is in.

Logic for clicks needs to be improved and I need to get clicks to the minimap 
and
possibly a bit more logic for centering the screen on the returned coordinates.

Original comment by archw...@gmail.com on 12 Sep 2008 at 10:32

GoogleCodeExporter commented 8 years ago
Adding clicking. This feature is complete as of r217.

Original comment by archw...@gmail.com on 13 Sep 2008 at 9:08