First successful attempt to implement rube ragdoll into the game. uncomment //type: rube at the bottom of ItemSettings.js to convert banana into invisible ragdoll (only visible in debug mode) - grabbing still pretty buggy.

This commit is contained in:
logsol 2014-05-26 04:22:36 +02:00
parent 135ed724d1
commit ebc3da12fa
8 changed files with 2458 additions and 26 deletions

View file

@ -350,6 +350,22 @@ define(function() {
"grabAngle": "-0.4",
},
"Rube":
{
"category": "kitchen",
"image": "banana.gif",
// "type": "rube",
"weight": "1",
"width": "5",
"height": "9",
"grabAngle": "0.5",
}
}
return ItemSettings;