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

Add on-page menu in two variants #260

Closed Frizi closed 3 years ago

Frizi commented 3 years ago

Variant one (default) image

Variant two (enable with ?altmenu feature flag)

image

In variant two, the label is only visible on hover.

There is a slight font weight difference from the designs. Current one is 300, but designs have 400. Fixing this would require loading extra font variant and adjusting the whole page's styles to correctly select one of the variants (otherwise pretty much everything picks up 400 as default). I'd like to make that change as a separate PR, as it involves more design work.