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
|
||||
var characterNames = ["Chuck"];
|
||||
var animationSets = ["WithArms", "WithoutArms"];
|
||||
var addition = "";
|
||||
|
||||
|
|
@ -84,15 +83,16 @@ function (Parent, Settings, Nc, PIXI, AbstractLayer) {
|
|||
};
|
||||
*/
|
||||
|
||||
var characterNames = ["Chuck"];
|
||||
var characterName = characterNames[0];
|
||||
|
||||
paths.push(
|
||||
Settings.GRAPHICS_PATH
|
||||
+ Settings.GRAPHICS_SUBPATH_CHARACTERS
|
||||
Settings.GRAPHICS_PATH
|
||||
+ Settings.GRAPHICS_SUBPATH_CHARACTERS
|
||||
+ characterName
|
||||
+ "/Animation/"
|
||||
+ "/TexturePacker"
|
||||
+ "/witharms.json"
|
||||
+ "/chuck_sheet.json"
|
||||
);
|
||||
|
||||
paths.push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue