mage-engine 3.17.0 → 3.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mage.js +2 -2
- package/package.json +1 -1
package/dist/mage.js
CHANGED
|
@@ -57111,7 +57111,7 @@ function applyMiddleware() {
|
|
|
57111
57111
|
|
|
57112
57112
|
var thunk = createThunkMiddleware();
|
|
57113
57113
|
thunk.withExtraArgument = createThunkMiddleware;var name = "mage-engine";
|
|
57114
|
-
var version = "3.17.
|
|
57114
|
+
var version = "3.17.1";
|
|
57115
57115
|
var description = "A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.";
|
|
57116
57116
|
var main = "dist/mage.js";
|
|
57117
57117
|
var author$1 = {
|
|
@@ -61007,7 +61007,7 @@ var Element = /*#__PURE__*/function (_Entity) {
|
|
|
61007
61007
|
color2: color2
|
|
61008
61008
|
};
|
|
61009
61009
|
_this = _super.call(this, null, null, options);
|
|
61010
|
-
|
|
61010
|
+
var body = new GridHelper(size, division, color1, color2);
|
|
61011
61011
|
|
|
61012
61012
|
_this.setBody({
|
|
61013
61013
|
body: body
|