mirror of https://github.com/nmlgc/ReC98.git
6 lines
119 B
C++
6 lines
119 B
C++
|
#define ENEMY_W 32
|
||
|
#define ENEMY_H 32
|
||
|
|
||
|
static const pixel_t ENEMY_KILL_W = 32;
|
||
|
static const pixel_t ENEMY_KILL_H = 32;
|