kasperpeulen / euclidthegame

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

Fixed variable name in Level25 (pointT to A) #357

Open mbinette91 opened 7 years ago

mbinette91 commented 7 years ago

The .ggb file doesn't have any variable named pointT (it's named A and referred to as A in segment definitions). Renamed the variable in Level25.html to reflect that.

Fixes #348.