deathraygames / civ-clicker

Fork of the open source game CivClicker, by David Holley and Scott A. Colcord
http://deathraygames.com/play-online/civ-clicker/
GNU General Public License v3.0
56 stars 43 forks source link

Split up civclicker-classes.js into separate files #42

Closed olleharstedt closed 7 years ago

olleharstedt commented 7 years ago

Make a folder called classes, put the classes in that folder, one class in each file named exactly the same as the class.

Lukenickerson commented 7 years ago

I'm not opposed to this. But there are some interdependencies that might need to be untangled, or at least make sure they are loaded in order.

olleharstedt commented 7 years ago

Done in my fork.