@duyquangnvx/pixi-game-engine 0.1.3 → 0.1.5

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/dist/index.cjs CHANGED
@@ -2616,6 +2616,8 @@ var Engine = class _Engine {
2616
2616
  _Engine.onFocusChange.clear();
2617
2617
  _Engine.onSceneChange.clear();
2618
2618
  _Engine._app.destroy(true, { children: true, texture: true });
2619
+ PIXI10.Assets.reset();
2620
+ PIXI10.Cache.reset();
2619
2621
  _Engine._isRunning = false;
2620
2622
  _Engine._initialized = false;
2621
2623
  }