removed objects with joints because of #99

This commit is contained in:
Jeena 2015-02-14 15:01:53 +01:00
parent ea3a802af9
commit a340501dc2
2 changed files with 2 additions and 16 deletions

View file

@ -44,8 +44,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':