@flashist/flibs 0.0.154 → 0.0.156
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/package.json +1 -1
- package/load/preloadjspixihowler/item/IPixiSpineLoadItemConfig.d.ts +0 -12
- package/load/preloadjspixihowler/item/IPixiSpineLoadItemConfig.js +0 -2
- package/load/preloadjspixihowler/item/IPixiSpineLoadItemConfig.js.map +0 -1
- package/load/preloadjspixihowler/item/PixiSpineLoadItem.d.ts +0 -6
- package/load/preloadjspixihowler/item/PixiSpineLoadItem.js +0 -30
- package/load/preloadjspixihowler/item/PixiSpineLoadItem.js.map +0 -1
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IPixiSpineLoadItemConfig.js","sourceRoot":"","sources":["../../../../src/load/preloadjspixihowler/item/IPixiSpineLoadItemConfig.ts"],"names":[],"mappings":""}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { FileLoadItem } from "./FileLoadItem";
|
|
17
|
-
var PixiSpineLoadItem = /** @class */ (function (_super) {
|
|
18
|
-
__extends(PixiSpineLoadItem, _super);
|
|
19
|
-
function PixiSpineLoadItem() {
|
|
20
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
21
|
-
}
|
|
22
|
-
PixiSpineLoadItem.prototype.onLoaderComplete = function (resourcesMap) {
|
|
23
|
-
// Don't call super, because parsing of images should be a bit different
|
|
24
|
-
// this.processLoadingComplete(resourcesMap, resourcesMap);
|
|
25
|
-
// When the initial item is loaded, start loading the atlas-file attached to the spine animation
|
|
26
|
-
};
|
|
27
|
-
return PixiSpineLoadItem;
|
|
28
|
-
}(FileLoadItem));
|
|
29
|
-
export { PixiSpineLoadItem };
|
|
30
|
-
//# sourceMappingURL=PixiSpineLoadItem.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PixiSpineLoadItem.js","sourceRoot":"","sources":["../../../../src/load/preloadjspixihowler/item/PixiSpineLoadItem.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAI9C;IAAmE,qCAAsB;IAAzF;;IAUA,CAAC;IARa,4CAAgB,GAA1B,UAA2B,YAAoC;QAC3D,wEAAwE;QACxE,2DAA2D;QAE3D,gGAAgG;IAEpG,CAAC;IAEL,wBAAC;AAAD,CAAC,AAVD,CAAmE,YAAY,GAU9E"}
|