HDictus / breezefield

a physics library wrapper for love2d
MIT License
76 stars 5 forks source link

Remove globals #2

Closed HDictus closed 5 years ago

HDictus commented 5 years ago

Remove all global varaibles that can interfere with the ones defined by the developer in their game project

Honestly I think it's a bit of a design flaw in lua to export all of a module's globals. Means you have to remember to localize everything.