ReC98/th01/sprites/shape_in.h

7 lines
239 B
C

static const int SHAPE_INVINCIBILITY_COUNT = 4;
static const pixel_t SHAPE_INVINCIBILITY_W = 8;
static const pixel_t SHAPE_INVINCIBILITY_H = 8;
extern const dots8_t
sSHAPE_INVINCIBILITY[SHAPE_INVINCIBILITY_COUNT][SHAPE_INVINCIBILITY_H];