From: <wak...@ea...> - 2005-08-17 08:17:52
|
Excellent! I've been trying to wrap my head around the SVG spec. So far I'm not seeing anything in the syntax that's causing SVGs exported from Tile Designer to not be displayed. However, I'm certain that if I keep looking, I'll find the reason. I've also sent Marco an e-mail asking for some insight as well. Hopefully I'll hear back from him soon. ---Brett. -----Original Message----- From: Erik Vos <eri...@hc...> Sent: Aug 16, 2005 1:37 PM To: rai...@li... Subject: [Rails-devel] Utility to create tiles per game I have committed another utility: util.MakeGameTileSets, which creates game-specific subsets of tiles/Tiles.xml. The subset is based on the contents of the TileSet.xml file of that game. TileSet.xml must also include all preprinted tiles (another reason for this is that the possible upgrades are defined here; this includes initial tile lays, which in this context are treated as upgrades of "white" -actually light green- tiles). MakeGameTileSets takes game names as arguments, or ALL to pick up all defined games (I have not tested ALL yet). So far I have executed "java -cp .. MakeGameTileSets 1830" to create file data/1830/Tiles.xml out of tiles/Tiles.xml and data/1830/TileSet.xml. It may seem a bit strange to divide tile definitions across two different XML files (not including the SVG stuff!), but I think it is easier this way. TileSet.xml must be entered manually, but the much larger Tiles.xml can now be generated automatically. Erik. ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |