ReC98/th01/sprites/pellet.h

8 lines
137 B
C

#define PELLET_W 8
#define PELLET_H 8
#if (GAME == 2)
static const int PELLET_CELS = 1;
#else
static const int PELLET_CELS = 3;
#endif