mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Added SpriteSheet support to chuck animations (finished)
This commit is contained in:
parent
dbde25f76e
commit
15e4b2825f
1 changed files with 4 additions and 4 deletions
|
|
@ -60,7 +60,6 @@ function (Parent, Settings, Nc, PIXI, AbstractLayer) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Single File Animations Preloading
|
// Single File Animations Preloading
|
||||||
var characterNames = ["Chuck"];
|
|
||||||
var animationSets = ["WithArms", "WithoutArms"];
|
var animationSets = ["WithArms", "WithoutArms"];
|
||||||
var addition = "";
|
var addition = "";
|
||||||
|
|
||||||
|
|
@ -84,6 +83,7 @@ function (Parent, Settings, Nc, PIXI, AbstractLayer) {
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
var characterNames = ["Chuck"];
|
||||||
var characterName = characterNames[0];
|
var characterName = characterNames[0];
|
||||||
|
|
||||||
paths.push(
|
paths.push(
|
||||||
|
|
@ -92,7 +92,7 @@ function (Parent, Settings, Nc, PIXI, AbstractLayer) {
|
||||||
+ characterName
|
+ characterName
|
||||||
+ "/Animation/"
|
+ "/Animation/"
|
||||||
+ "/TexturePacker"
|
+ "/TexturePacker"
|
||||||
+ "/witharms.json"
|
+ "/chuck_sheet.json"
|
||||||
);
|
);
|
||||||
|
|
||||||
paths.push(
|
paths.push(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue