Added SpriteSheet support to chuck animations (finished)

This commit is contained in:
logsol 2015-01-14 17:45:55 +01:00
parent dbde25f76e
commit 15e4b2825f

View file

@ -60,7 +60,6 @@ function (Parent, Settings, Nc, PIXI, AbstractLayer) {
/*
// Single File Animations Preloading
var characterNames = ["Chuck"];
var animationSets = ["WithArms", "WithoutArms"];
var addition = "";
@ -84,6 +83,7 @@ function (Parent, Settings, Nc, PIXI, AbstractLayer) {
};
*/
var characterNames = ["Chuck"];
var characterName = characterNames[0];
paths.push(
@ -92,7 +92,7 @@ function (Parent, Settings, Nc, PIXI, AbstractLayer) {
+ characterName
+ "/Animation/"
+ "/TexturePacker"
+ "/witharms.json"
+ "/chuck_sheet.json"
);
paths.push(