Skip to content

Conversation

@TurtIeSocks
Copy link
Collaborator

@TurtIeSocks TurtIeSocks commented Oct 12, 2022

  • Rude config change, holidayEffects is now an array of objects instead of an object with bool properties
interface HolidayObject {
  name: string // does nothing other than label in config
  enabled: boolean
  images: string[]
  css: 'snow' | 'fireworks'
  startDay: int
  startMonth: int
  endDay: int
  startDay: int
}
  • Enables any amount of images to be put into the effects as well as any amount of custom holiday effects

TurtIeSocks and others added 2 commits October 12, 2022 18:01
- Rude config change, `holidayEffects` is now an array of objects instead of an object with bool properties
  - name (does nothing other than label in config): string
  - enabled: boolean
  - images: string[]
  - css: 'snow' | 'fireworks'
  - startDay: int
  - startMonth: int
  - endDay: int
  - startDay: int
- Enables any amount of images to be put into the effects as well as any amount of custom holiday effects
Files changed:\nM	server/src/configs/custom-environment-variables.json
@TurtIeSocks TurtIeSocks merged commit 57ab5b0 into develop Oct 12, 2022
@TurtIeSocks TurtIeSocks deleted the holiday-effects-v2 branch October 12, 2022 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants