Quantum-Game / quantum-game-2

LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
https://quantumgame.io
MIT License
65 stars 16 forks source link

Introduce top-level sound controller and add volume control to game options #224

Closed Frizi closed 4 years ago

Frizi commented 4 years ago

The sound controller is now application-wide, so no sound glitching should happen on route changes. Sound can also be force-stopped per route, which is used on the home screen. The options (volume, mute, game sped) are persisted throughout the session and in localStorage.

That change also includes the "layout" attribute based styles, for now used on the options screen.

image