added a couple of items

This commit is contained in:
logsol 2015-03-12 19:55:26 +01:00
parent f467aa393a
commit d975792ebd
5 changed files with 52 additions and 1 deletions

View file

@ -246,6 +246,18 @@ function () {
"height": "9",
},
"Table":
{
"category": "kitchen",
"image": "table.gif",
"weight": "3.5",
"width": "60",
"height": "21",
"grabAngle": "-0.2",
},
"Banana":
{
"category": "kitchen",
@ -321,6 +333,45 @@ function () {
"grabAngle": "-0.2",
},
"Couch":
{
"category": "livingroom",
"image": "couch.gif",
"weight": "7",
"width": "50",
"height": "29",
"bounce": "3",
"grabAngle": "-0.2",
},
"Cactus":
{
"category": "livingroom",
"image": "cactus.gif",
"weight": "2.5",
"width": "17",
"height": "31",
"danger": "1.9",
"grabAngle": "-0.2",
},
"Piano":
{
"category": "livingroom",
"image": "piano.gif",
"weight": "15",
"width": "66",
"height": "48",
"grabAngle": "-0.2",
},
"Bible":
{
"category": "livingroom",
@ -372,7 +423,7 @@ function () {
"grabAngle": "0.5",
}
}
};
return ItemSettings;
});

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB