mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed body scaling of chuck animation frames from 130% back to 100%
This commit is contained in:
parent
8730324a83
commit
bdd62a4a11
256 changed files with 7 additions and 5 deletions
|
|
@ -56,7 +56,7 @@ function (Parent, Settings, Nc, PIXI) {
|
|||
}
|
||||
|
||||
var characterNames = ["Chuck"];
|
||||
var animationSets = ["WithoutArms"];//, "WithArms"];
|
||||
var animationSets = ["WithArms"];//, "WithArms"];
|
||||
var addition = "";
|
||||
for (var i = 0; i < characterNames.length; i++) {
|
||||
var characterName = characterNames[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue