kasperpeulen / euclidthegame

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

Fixed variable name in Level5 (pointRight to pointR) #355

Open mbinette91 opened 7 years ago

mbinette91 commented 7 years ago

The .ggb file doesn't have any variable named pointRight (it's named pointR). Renamed the variable in Level5.html to reflect that.

Fixes #345. Fixes #352.