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.
16 lines
467 B
16 lines
467 B
#include "Constant.h"
|
|
|
|
vf2d CONSTANT::BAR_SQUARE_SIZE={4,4};
|
|
Pixel CONSTANT::HEALTH_COLOR={235, 210, 52};
|
|
Pixel CONSTANT::RANGE_COLOR={52, 235, 89};
|
|
Pixel CONSTANT::ATKSPD_COLOR={140, 21, 13};
|
|
Pixel CONSTANT::MOVESPD_COLOR={11, 135, 212};
|
|
Pixel CONSTANT::PROCEDURE_COLOR={212, 11, 162};
|
|
|
|
vf2d CONSTANT::UNSELECTED={-99,-99};
|
|
|
|
Renderable CONSTANT::VIRUS_IMG1;
|
|
Renderable CONSTANT::SELECTION_CIRCLE;
|
|
|
|
vi2d CONSTANT::TILE_SIZE={24,24};
|
|
vi2d CONSTANT::WORLD_SIZE={64,64}; |