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
|
|
@ -12,7 +12,7 @@ function (Parent, Box2D, Settings, CollisionDetector, Item) {
|
|||
|
||||
this.characterName = "Chuck";
|
||||
this.player = player;
|
||||
this.height = 43;
|
||||
this.height = 37;
|
||||
this.width = 9;
|
||||
this.headHeight = 12;
|
||||
this.reachDistance = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue