From: Brett L. <wak...@ea...> - 2005-09-21 21:51:31
|
I've committed a mostly working version of drawing the map tiles, including all of the GIF image files. Things that aren't working yet: 1. We haven't defined the hex orientation in map.xml, so some of the map tiles aren't rotated properly. 2. There's a few different things causing huge performance hits for drawing all tiles. 3. There's currently no interactivity with the map. Soon we'll need to build the logic for rotating through legal tiles. Is there already a method defined for obtaining arrays of tiles, such as an array of all yellow tile IDs? ---Brett. |