Main   Class Hierarchy   Classes   Compound List   Files   Compound Members   File Members   Pages  

Tiling file format

The file format for tilings is as follows:

    type tile|octile|octile_unicost|hex
    height <height>
    width <width>
    map
    <obstacle map using one line per row and one character per column.>
    <The character '@' means obstacle, '.' means no obstacle.>
    

Example:

    type tile
    height 10
    width 20
    map
    ....................
    ....................
    ...........@........
    ...@@@@@@@@@..@.....
    ..............@.....
    ...@@@@@@@@@..@.....
    ...@.......@..@.....
    ...@.......@..@.....
    ...........@........
    ....................
    

See also:
Tiling hex grid mapping


Generated on Thu Aug 7 13:05:18 2003 by Doxygen1.3.1