export const UP_SCALE = 10000; export const PATH_WIDTH = 5; export const STATION_RADIUS = 8; export const STATION_OUTLINE_WIDTH = 4; export const SIGHT_SIZE = 40; export const SCALE_FACTOR = 50; export const BACKGROUND_COLOR = 0x111111; export const PATH_COLOR = 0xff4d4d;