WhiteNightsAdminPanel/src/pages/route-preview/Constants.ts
2025-05-05 01:19:59 +03:00

9 lines
276 B
TypeScript

export const UP_SCALE = 30000;
export const PATH_WIDTH = 15;
export const STATION_RADIUS = 20;
export const STATION_OUTLINE_WIDTH = 10;
export const SIGHT_SIZE = 60;
export const SCALE_FACTOR = 50;
export const BACKGROUND_COLOR = 0x111111;
export const PATH_COLOR = 0xff4d4d;