|
@@ -25,14 +25,14 @@
|
|
// Load the skeleton file.
|
|
// Load the skeleton file.
|
|
canvas.assetManager.loadBinary("/assets/sack-pro.skel");
|
|
canvas.assetManager.loadBinary("/assets/sack-pro.skel");
|
|
// Load the atlas and its pages.
|
|
// Load the atlas and its pages.
|
|
- canvas.assetManager.loadTextureAtlas("/assets/7-anticipation-pma.atlas");
|
|
|
|
|
|
+ canvas.assetManager.loadTextureAtlas("/assets/sack-pma.atlas");
|
|
}
|
|
}
|
|
|
|
|
|
initialize(canvas) {
|
|
initialize(canvas) {
|
|
let assetManager = canvas.assetManager;
|
|
let assetManager = canvas.assetManager;
|
|
|
|
|
|
// Create the texture atlas.
|
|
// Create the texture atlas.
|
|
- var atlas = assetManager.require("/assets/7-anticipation-pma.atlas");
|
|
|
|
|
|
+ var atlas = assetManager.require("/assets/sack-pma.atlas");
|
|
|
|
|
|
// Create a AtlasAttachmentLoader that resolves region, mesh, boundingbox and path attachments
|
|
// Create a AtlasAttachmentLoader that resolves region, mesh, boundingbox and path attachments
|
|
var atlasLoader = new spine.AtlasAttachmentLoader(atlas);
|
|
var atlasLoader = new spine.AtlasAttachmentLoader(atlas);
|