Skip to content

Commit

Permalink
16.1.0 dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Feb 6, 2024
1 parent 28b2df8 commit ba77158
Show file tree
Hide file tree
Showing 526 changed files with 4,156 additions and 1,085 deletions.
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/_virtual/_commonjsHelpers.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/_virtual/earcut.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/_virtual/howler.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/_virtual/index.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/application/application.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/application/header.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/application/resize.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/application/settings.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
6 changes: 4 additions & 2 deletions dist/melonjs.mjs/audio/audio.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down Expand Up @@ -158,7 +158,9 @@ function load(sound, onloadcb, onerrorcb) {
audioTracks[sound.name] = new howler.Howl({
src : urls,
volume : howler.Howler.volume(),
html5 : sound.stream === true || sound.html5 === true,
autoplay : sound.autoplay === true,
loop : sound.loop = true,
html5 : sound.stream === true || sound.html5 === true,
xhrWithCredentials : withCredentials,
onloaderror() {
soundLoadError.call(this, sound.name, onerrorcb);
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/camera/camera2d.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/const.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/geometries/ellipse.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/geometries/line.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/geometries/path2d.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/geometries/point.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/geometries/poly.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/geometries/rectangle.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/geometries/roundrect.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/geometries/toarccanvas.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
4 changes: 2 additions & 2 deletions dist/melonjs.mjs/index.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down Expand Up @@ -112,7 +112,7 @@ import { initKeyboardEvent } from './input/keyboard.js';
* @name version
* @type {string}
*/
const version = "16.0.0";
const version = "16.1.0";

/**
* a flag indicating that melonJS is fully initialized
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/input/gamepad.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/input/input.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/input/keyboard.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/input/pointer.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/input/pointerevent.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/lang/console.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/lang/deprecated.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/level.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/TMXGroup.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/TMXLayer.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/TMXObject.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/TMXTile.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/TMXTileMap.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/TMXTileset.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/TMXTilesetGroup.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/TMXUtils.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/constants.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/renderer/TMXRenderer.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion dist/melonjs.mjs/level/tiled/renderer/autodetect.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
7 changes: 5 additions & 2 deletions dist/melonjs.mjs/loader/cache.js
@@ -1,5 +1,5 @@
/*!
* melonJS Game Engine - v16.0.0
* melonJS Game Engine - v16.1.0
* http://www.melonjs.org
* melonjs is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand All @@ -21,4 +21,7 @@ let binList = {};
// contains all the JSON files
let jsonList = {};

export { binList, imgList, jsonList, tmxList };
// contains all the video files
let videoList = {};

export { binList, imgList, jsonList, tmxList, videoList };

0 comments on commit ba77158

Please sign in to comment.