Cavestory Mod API
|
Stores information about a specific tile. More...
#include <ImageBank.h>
Public Attributes | |
unsigned int * | solid_pixel_list |
An array of indices pointing towards specific solid pixels. | |
unsigned char * | solid_pixel_map |
A bitmap for testing the solidity of pixels. | |
unsigned short | solid_count |
The number of solid pixels held in the solid_pixels array. | |
bool | done |
Done boolean. | |
Stores information about a specific tile.