mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
deactivated special Skateboard for now
This commit is contained in:
parent
6bc9b7e32b
commit
1c0bedee06
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ define([
|
||||||
|
|
||||||
Level.prototype.createItem = function(uid, options) {
|
Level.prototype.createItem = function(uid, options) {
|
||||||
switch(options.type) {
|
switch(options.type) {
|
||||||
case 'skateboard':
|
//case 'skateboard':
|
||||||
return new Skateboard(this.engine, uid, options);
|
// return new Skateboard(this.engine, uid, options);
|
||||||
case 'ragdoll':
|
case 'ragdoll':
|
||||||
return new RagDoll(this.engine, uid, options);
|
return new RagDoll(this.engine, uid, options);
|
||||||
case 'rube':
|
case 'rube':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue