Working with webpack

This commit is contained in:
2016-02-28 12:55:24 +08:00
parent e1306cf35a
commit 56f2e7d8a7
35 changed files with 413 additions and 2826 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* Game objects such as workers, research, upgrades, and achievements.
*/
var GameObjects = (function () {
var GameObjects = module.exports = (function () {
'use strict';
var GLOBAL_VISIBILITY_THRESHOLD = 0.5;