mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
rebuilt skateboard without joints
This commit is contained in:
parent
39c8f76a13
commit
8f5ee0b247
2 changed files with 118 additions and 19 deletions
|
|
@ -46,8 +46,8 @@ define([
|
|||
Level.prototype.createItem = function(uid, options) {
|
||||
|
||||
switch(options.type) {
|
||||
//case "skateboard":
|
||||
// return new Skateboard(this.engine, uid, options);
|
||||
case "skateboard":
|
||||
return new Skateboard(this.engine, uid, options);
|
||||
case "ragdoll":
|
||||
return new RagDoll(this.engine, uid, options);
|
||||
case "rube":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue