config.js

export default {
  gameWidth: 760,
  gameHeight: 400,
  localStorageName: 'phaseres6webpack',
  webfonts: ['Bangers']
}

Last updated