rebuilt skateboard without joints

This commit is contained in:
logsol 2015-04-20 15:58:41 +02:00
parent 39c8f76a13
commit 8f5ee0b247
2 changed files with 118 additions and 19 deletions

View file

@ -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":