excalibur 0.32.0-alpha.1573 → 0.32.0-alpha.1574
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/CHANGELOG.md +1 -0
- package/build/dist/Actor.d.ts +1 -1
- package/build/dist/excalibur.development.js +2 -3
- package/build/dist/excalibur.js +2 -3
- package/build/dist/excalibur.min.development.js +17 -17
- package/build/dist/excalibur.min.js +17 -17
- package/build/esm/excalibur.development.js +2 -3
- package/build/esm/excalibur.js +2 -3
- package/build/esm/excalibur.min.development.js +211 -211
- package/build/esm/excalibur.min.js +211 -211
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! excalibur - 0.32.0-alpha.
|
|
1
|
+
/*! excalibur - 0.32.0-alpha.1574+e3aa0be - 2025-11-28
|
|
2
2
|
https://github.com/excaliburjs/Excalibur
|
|
3
3
|
Copyright (c) 2025 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
|
|
4
4
|
Licensed BSD-2-Clause
|
|
@@ -20161,7 +20161,6 @@ const _Actor = class _Actor2 extends Entity {
|
|
|
20161
20161
|
kill() {
|
|
20162
20162
|
if (this.scene) {
|
|
20163
20163
|
this._prekill(this.scene);
|
|
20164
|
-
this.events.emit("kill", new KillEvent(this));
|
|
20165
20164
|
super.kill();
|
|
20166
20165
|
this._postkill(this.scene);
|
|
20167
20166
|
} else {
|
|
@@ -33438,7 +33437,7 @@ class Semaphore {
|
|
|
33438
33437
|
this._count += count;
|
|
33439
33438
|
}
|
|
33440
33439
|
}
|
|
33441
|
-
const EX_VERSION = "0.32.0-alpha.
|
|
33440
|
+
const EX_VERSION = "0.32.0-alpha.1574+e3aa0be";
|
|
33442
33441
|
polyfill();
|
|
33443
33442
|
export {
|
|
33444
33443
|
ActionCompleteEvent,
|
package/build/esm/excalibur.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! excalibur - 0.32.0-alpha.
|
|
1
|
+
/*! excalibur - 0.32.0-alpha.1574+e3aa0be - 2025-11-28
|
|
2
2
|
https://github.com/excaliburjs/Excalibur
|
|
3
3
|
Copyright (c) 2025 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
|
|
4
4
|
Licensed BSD-2-Clause
|
|
@@ -20161,7 +20161,6 @@ const _Actor = class _Actor2 extends Entity {
|
|
|
20161
20161
|
kill() {
|
|
20162
20162
|
if (this.scene) {
|
|
20163
20163
|
this._prekill(this.scene);
|
|
20164
|
-
this.events.emit("kill", new KillEvent(this));
|
|
20165
20164
|
super.kill();
|
|
20166
20165
|
this._postkill(this.scene);
|
|
20167
20166
|
} else {
|
|
@@ -33438,7 +33437,7 @@ class Semaphore {
|
|
|
33438
33437
|
this._count += count;
|
|
33439
33438
|
}
|
|
33440
33439
|
}
|
|
33441
|
-
const EX_VERSION = "0.32.0-alpha.
|
|
33440
|
+
const EX_VERSION = "0.32.0-alpha.1574+e3aa0be";
|
|
33442
33441
|
polyfill();
|
|
33443
33442
|
export {
|
|
33444
33443
|
ActionCompleteEvent,
|