UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

13 lines (12 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCREEN_VIEW = void 0; exports.SCREEN_VIEW = { HOME: 'Home', COUNTDOWN: 'Countdown', RACE: 'Race', GAME_SUMMARY: 'GameSummary', INSTRUCTION_VIDEO: 'InstructionVideo', BATTLE: 'Battle', DEBUG: 'Debug', };