kasperpeulen / euclidthegame

A geometry game based on Euclid's Elements.
euclidthegame.org
MIT License
447 stars 74 forks source link

Show last unlocked level on every page #358

Open mbinette91 opened 7 years ago

mbinette91 commented 7 years ago

Bug: The menu only shows the next unlocked level if you are on the last completed level's page. e.g. If you have unlocked Level5 and are on page Level1, you will not see Level5 in the menu.

Fix: I modified the menu a little to show the last unlocked level no matter which page you are on.

Tested:

Fixes #295