mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added ragdoll with one limb
This commit is contained in:
parent
b55f6d58fc
commit
e488beb203
18 changed files with 511 additions and 132 deletions
|
|
@ -31,7 +31,10 @@ function (Parent, Settings, NotificationCenter) {
|
|||
{
|
||||
width: this.options.width,
|
||||
height: this.options.height,
|
||||
pivot: "mb"
|
||||
pivot: {
|
||||
x: this.options.width / 2,
|
||||
y: this.options.height
|
||||
}
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue