@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
17 lines (15 loc) • 381 B
text/typescript
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;
export const LIGHTS_ACTION_COMMAND = {
SHOW_COLOR: 'ShowColor',
SHOW_EFFECT: 'ShowEffect',
} as const;