@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
15 lines (14 loc) • 386 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIGHTS_EFFECT = void 0;
exports.LIGHTS_EFFECT = {
SHOW_UV_COLOR: 'SHOW_UV_COLOR',
POWER_OFF: 'POWER_OFF',
// GAME EFFECTS
START_GAME: 'START_GAME',
GAME_OVER: 'GAME_OVER',
FINAL_LAP: 'FINAL_LAP',
YELLOW_FLAG: 'YELLOW_FLAG',
RED_FLAG: 'RED_FLAG',
PULSE: 'PULSE',
};