leafer-game 2.0.4 → 2.0.5
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/web.js +1 -1
- package/dist/web.min.js +1 -1
- package/dist/web.min.js.map +1 -1
- package/dist/web.module.js +1 -1
- package/dist/web.module.min.js +1 -1
- package/dist/web.module.min.js.map +1 -1
- package/package.json +12 -12
package/dist/web.js
CHANGED
|
@@ -6637,7 +6637,7 @@ var LeaferUI = function(exports) {
|
|
|
6637
6637
|
this.levelMap = null;
|
|
6638
6638
|
}
|
|
6639
6639
|
}
|
|
6640
|
-
const version = "2.0.
|
|
6640
|
+
const version = "2.0.5";
|
|
6641
6641
|
const debug$5 = Debug.get("LeaferCanvas");
|
|
6642
6642
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
6643
6643
|
set zIndex(zIndex) {
|