mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added a couple of items
This commit is contained in:
parent
f467aa393a
commit
d975792ebd
5 changed files with 52 additions and 1 deletions
|
|
@ -246,6 +246,18 @@ function () {
|
||||||
"height": "9",
|
"height": "9",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"Table":
|
||||||
|
{
|
||||||
|
"category": "kitchen",
|
||||||
|
"image": "table.gif",
|
||||||
|
|
||||||
|
"weight": "3.5",
|
||||||
|
"width": "60",
|
||||||
|
"height": "21",
|
||||||
|
|
||||||
|
"grabAngle": "-0.2",
|
||||||
|
},
|
||||||
|
|
||||||
"Banana":
|
"Banana":
|
||||||
{
|
{
|
||||||
"category": "kitchen",
|
"category": "kitchen",
|
||||||
|
|
@ -321,6 +333,45 @@ function () {
|
||||||
"grabAngle": "-0.2",
|
"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":
|
"Bible":
|
||||||
{
|
{
|
||||||
"category": "livingroom",
|
"category": "livingroom",
|
||||||
|
|
@ -372,7 +423,7 @@ function () {
|
||||||
|
|
||||||
"grabAngle": "0.5",
|
"grabAngle": "0.5",
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
return ItemSettings;
|
return ItemSettings;
|
||||||
});
|
});
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
static/img/Items/outdoor/fencedoor.png
Normal file
BIN
static/img/Items/outdoor/fencedoor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4 KiB |
BIN
static/img/Items/outdoor/fencepiece.png
Normal file
BIN
static/img/Items/outdoor/fencepiece.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue