Table of Contents


TILESET_PROPS

Definition

struct TILESET_PROPS
{
    string str_id;
    int i_num_rows;
    int i_num_cols;
    int i_cell_width;
    int i_cell_height;
};

Properties

str_id the image ID handle in the CImage manager
i_num_rows the number of rows in the tile set
i_num_cols the number of columns in the tile set
i_cell_width the width of an individual cell
i_cell_height the height of an individual cell