Skip to content

Version 2.4.0

Compare
Choose a tag to compare
@robflop robflop released this 31 Jul 09:32
· 776 commits to master since this release

Version 2.4.0

  • Rewrite of the sounds.js file structure (array of objects)
  • Dynamical creation of entire soundboard
  • Adjustments of index page following structural rewrite

New sounds.js structure:

  • Each sound is an object containing three properties: filename, season and displayName.
  • filename is obvious
  • season decides its grouping on the soundboard
  • displayName decides the button's display value and is unrelated to filename