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.
VirusAttack/olcCodeJam2023Entry/Constant.cpp

15 lines
431 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};
vi2d CONSTANT::TILE_SIZE={24,24};
vi2d CONSTANT::WORLD_SIZE={64,64};
float CONSTANT::SCROLL_BOUNDARY=36;