From: Erik V. <eri...@hc...> - 2005-08-10 04:12:59
|
> I've committed a preliminary round of Tileset definitions to CVS. > > I've created tilesets for each of the 5 games we've defined so far. > > They are mostly complete with one exception: I'm not too > familiar with the upgrade paths for the whistlestop (small > town) tiles, so I've left those undefined for now. XMLBuddy considers your TileSet.xml invalid, and rightly so, because there can be only one top-level tag in an XML file. I don't think we really need a different tile set for each colour (the colour will be a tile property). So I propose to merge the <TileSet> tags into one. The Map.xml files are not valid either: '&' characters in private company names must be escaped to '&' Erik. |