UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

12 lines (11 loc) 273 B
export const 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', } as const;