excalibur 0.32.0-alpha.1573 → 0.32.0-alpha.1575

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.
@@ -1,4 +1,4 @@
1
- /*! excalibur - 0.32.0-alpha.1573+fb2f11d - 2025-11-28
1
+ /*! excalibur - 0.32.0-alpha.1575+b861d89 - 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.1573+fb2f11d";
33440
+ const EX_VERSION = "0.32.0-alpha.1575+b861d89";
33442
33441
  polyfill();
33443
33442
  export {
33444
33443
  ActionCompleteEvent,
@@ -1,4 +1,4 @@
1
- /*! excalibur - 0.32.0-alpha.1573+fb2f11d - 2025-11-28
1
+ /*! excalibur - 0.32.0-alpha.1575+b861d89 - 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.1573+fb2f11d";
33440
+ const EX_VERSION = "0.32.0-alpha.1575+b861d89";
33442
33441
  polyfill();
33443
33442
  export {
33444
33443
  ActionCompleteEvent,