Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 6x 6x 6x 6x 6x 6x 6x 6x 6x 6x 6x 6x 6x 6x 6x 6x | export const DEFAULT_HEIGHT = 950; export const BASE_WIDTH = 375; export const BALLOON_SIZE_MULTIPLIER = 1.1; export const LINE_HEIGHT_DIVISOR = 3; export const LINE_MARGIN_TOP = -55; export const BALLOON_SIZE = 400; export const BALLOON_PADDING = 30; export const MASCOT_WIDTH = 150; export const MASCOT_HEIGHT = 200; export const MASCOT_OFFSET = 0; export const CONNECTOR_HEIGHT = 64; export const BUTTON_SIZE = 60; export const MIN_IMAGE_BUTTON_SPACING = 10; export const MIN_IMAGE_BUTTON_SPACING_ZERO = 0; export const BALLOON_WRAPPER_TOP_PERCENT_MIN = -0.1; export const BALLOON_WRAPPER_TOP_PERCENT_MAX = -0.35; |