mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-06-09 00:38:00 +08:00
11 lines
257 B
TypeScript
11 lines
257 B
TypeScript
export const STATUS_BAR_WIDTH = 180;
|
|
export const STATUS_BAR_HEIGHT = 480;
|
|
|
|
export const ENABLE_RIGHT_STATUS_BAR = true;
|
|
|
|
export const MAP_WIDTH = 480;
|
|
export const MAP_HEIGHT = 480;
|
|
|
|
export const MAIN_WIDTH = 480 + 180 * 2;
|
|
export const MAIN_HEIGHT = 480;
|