UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

10 lines (9 loc) 209 B
export const SCREEN_VIEW = { HOME: 'Home', COUNTDOWN: 'Countdown', RACE: 'Race', GAME_SUMMARY: 'GameSummary', INSTRUCTION_VIDEO: 'InstructionVideo', BATTLE: 'Battle', DEBUG: 'Debug', } as const;