melonjs 14.0.1 → 14.0.2
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/melonjs.module.js +4 -4
- package/package.json +1 -1
package/dist/melonjs.module.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* melonJS Game Engine - v14.0.
|
|
2
|
+
* melonJS Game Engine - v14.0.2
|
|
3
3
|
* http://www.melonjs.org
|
|
4
4
|
* melonjs is licensed under the MIT License.
|
|
5
5
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -33049,10 +33049,10 @@ class BasePlugin {
|
|
|
33049
33049
|
* this can be overridden by the plugin
|
|
33050
33050
|
* @public
|
|
33051
33051
|
* @type {string}
|
|
33052
|
-
* @default "14.0.
|
|
33052
|
+
* @default "14.0.2"
|
|
33053
33053
|
* @name plugin.Base#version
|
|
33054
33054
|
*/
|
|
33055
|
-
this.version = "14.0.
|
|
33055
|
+
this.version = "14.0.2";
|
|
33056
33056
|
}
|
|
33057
33057
|
}
|
|
33058
33058
|
|
|
@@ -38183,7 +38183,7 @@ Renderer.prototype.getScreenContext = function() {
|
|
|
38183
38183
|
* @name version
|
|
38184
38184
|
* @type {string}
|
|
38185
38185
|
*/
|
|
38186
|
-
const version = "14.0.
|
|
38186
|
+
const version = "14.0.2";
|
|
38187
38187
|
|
|
38188
38188
|
|
|
38189
38189
|
/**
|