@luminocity/lemonate-engine 26.5.0 → 26.5.1

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.
@@ -11406,7 +11406,7 @@
11406
11406
  }
11407
11407
  }
11408
11408
 
11409
- var engine$1 = "26.5.0";
11409
+ var engine$1 = "26.5.1";
11410
11410
  var bullet = "3.26";
11411
11411
  var lua = "5.4.3";
11412
11412
  var packageVersionInfo = {
@@ -93521,6 +93521,10 @@
93521
93521
  this._clearIntervalHandle = null;
93522
93522
  }
93523
93523
  this._removeEvents();
93524
+ this.items = [];
93525
+ this.itemsMap = new Map();
93526
+ this.itemsTypeMap = new Map();
93527
+ this.itemsByTypeMap = new Map();
93524
93528
  }
93525
93529
  run() {
93526
93530
  const _this = this;
@@ -117848,6 +117852,7 @@
117848
117852
  this.player.dispose();
117849
117853
  await this.renderer.shutdown();
117850
117854
  this.imgui.shutdown();
117855
+ this.itemRepo.clear();
117851
117856
  textureTools.dispose();
117852
117857
  this.shortcuts.dispose();
117853
117858
  this.cameras = [];
@@ -117855,6 +117860,7 @@
117855
117860
  this.updateListenersById = new Map();
117856
117861
  this.initialized = false;
117857
117862
  this.ready = false;
117863
+ Engine._instance = undefined;
117858
117864
  }
117859
117865
  /**
117860
117866
  * Return the state of the item tree
package/dist/player.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminocity/lemonate-engine",
3
- "version": "26.5.0",
3
+ "version": "26.5.1",
4
4
  "productName": "Lemonate Engine",
5
5
  "repository": "https://codeberg.org/Luminocity/lemonate-engine",
6
6
  "homepage": "https://lemonate.io",