mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-22 12:40:14 +08:00
Working with webpack
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user