You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#define WIDTH 256
|
|
#define HEIGHT 224
|
|
#define TILEMAP_SIZE_X 512
|
|
#define TILEMAP_SIZE_Y 512
|
|
#define TILEMAP_EDITOR_DRAW_MULT 0.4375
|
|
#define TILEMAP_EDITOR_TILESIZE (32*TILEMAP_EDITOR_DRAW_MULT)
|
|
#define PARTY_TRAIL_LENGTH 48
|
|
#define CAMERA_WAIT_TIME 60
|
|
#define HEALTH_ROLLING_SPEED 2 |