@duyquangnvx/pixi-game-engine 0.1.3 → 0.1.4
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2551,6 +2551,7 @@ var Engine = class _Engine {
|
|
|
2551
2551
|
_Engine.onFocusChange.clear();
|
|
2552
2552
|
_Engine.onSceneChange.clear();
|
|
2553
2553
|
_Engine._app.destroy(true, { children: true, texture: true });
|
|
2554
|
+
PIXI10.Assets.reset();
|
|
2554
2555
|
_Engine._isRunning = false;
|
|
2555
2556
|
_Engine._initialized = false;
|
|
2556
2557
|
}
|