|
|
#define | RETROTILE_TILE_FLAG_BLOCK 0x01 |
| | Indicates tile should block movement.
|
| |
|
#define | RETROTILE_TILE_FLAG_RESERVED1 0x02 |
| | Not currently used, but may be in the future.
|
| |
|
#define | RETROTILE_TILE_FLAG_RESERVED2 0x04 |
| | Not currently used, but may be in the future.
|
| |
|
#define | RETROTILE_TILE_FLAG_RESERVED3 0x08 |
| | Not currently used, but may be in the future.
|
| |