Add MapGrid class

MapGrid is a mod Manifest field which includes (and thus makes redundant) TileSize, TileShape, SubCells info and MaximumTerrainHeight.
This commit is contained in:
Pavel Penev
2015-09-14 01:55:00 +03:00
parent 699a7f8227
commit 642468ce0c
28 changed files with 164 additions and 157 deletions

View File

@@ -111,12 +111,12 @@ TileSets:
./mods/ts/tilesets/temperate.yaml
./mods/ts/tilesets/snow.yaml
TileSize: 48,24
TileShape: Diamond
SubCells:
Offsets: 0,0,0, -256,128,0, 0,-128,0, 256,128,0
DefaultIndex: 2
MaximumTerrainHeight: 16
MapGrid:
TileSize: 48,24
Type: Diamond
MaximumTerrainHeight: 16
SubCellOffsets: 0,0,0, -256,128,0, 0,-128,0, 256,128,0
SubCellDefaultIndex: 2
Cursors:
./mods/ts/cursors.yaml