X Tutup
Skip to content

Commit acbc8da

Browse files
committed
16.1.2 dist files
1 parent 9ad573b commit acbc8da

File tree

519 files changed

+3893
-672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

519 files changed

+3893
-672
lines changed

dist/melonjs.mjs/_virtual/_commonjsHelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS Game Engine - v16.1.1
2+
* melonJS Game Engine - v16.1.2
33
* http://www.melonjs.org
44
* melonjs is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license

dist/melonjs.mjs/_virtual/earcut.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS Game Engine - v16.1.1
2+
* melonJS Game Engine - v16.1.2
33
* http://www.melonjs.org
44
* melonjs is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license

dist/melonjs.mjs/_virtual/howler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS Game Engine - v16.1.1
2+
* melonJS Game Engine - v16.1.2
33
* http://www.melonjs.org
44
* melonjs is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license

dist/melonjs.mjs/_virtual/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS Game Engine - v16.1.1
2+
* melonJS Game Engine - v16.1.2
33
* http://www.melonjs.org
44
* melonjs is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license

dist/melonjs.mjs/_virtual/re.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*!
2+
* melonJS Game Engine - v16.1.2
3+
* http://www.melonjs.org
4+
* melonjs is licensed under the MIT License.
5+
* http://www.opensource.org/licenses/mit-license
6+
* @copyright (C) 2011 - 2024 Olivier Biot (AltByte Pte Ltd)
7+
*/
8+
var re = {exports: {}};
9+
10+
export { re as __module };

dist/melonjs.mjs/application/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS Game Engine - v16.1.1
2+
* melonJS Game Engine - v16.1.2
33
* http://www.melonjs.org
44
* melonjs is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license

dist/melonjs.mjs/application/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS Game Engine - v16.1.1
2+
* melonJS Game Engine - v16.1.2
33
* http://www.melonjs.org
44
* melonjs is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license

dist/melonjs.mjs/application/resize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS Game Engine - v16.1.1
2+
* melonJS Game Engine - v16.1.2
33
* http://www.melonjs.org
44
* melonjs is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license

dist/melonjs.mjs/application/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS Game Engine - v16.1.1
2+
* melonJS Game Engine - v16.1.2
33
* http://www.melonjs.org
44
* melonjs is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license

dist/melonjs.mjs/audio/audio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS Game Engine - v16.1.1
2+
* melonJS Game Engine - v16.1.2
33
* http://www.melonjs.org
44
* melonjs is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license

0 commit comments

Comments
 (0)
X Tutup