silphius/resources/tomato/tomato.entity.json
2024-10-21 02:37:27 -05:00

42 lines
684 B
JSON

{
"Collider": {
"bodies": [
{
"group": -2,
"points": [
{
"x": -4,
"y": -4
},
{
"x": 3,
"y": -4
},
{
"x": 3,
"y": 3
},
{
"x": -4,
"y": 3
}
]
}
]
},
"Forces": {},
"ItemStack": {
"qty": 1,
"source": "/resources/tomato/tomato.item.json"
},
"Magnetic": {},
"Sprite": {
"anchorX": 0.5,
"anchorY": 0.5,
"scaleX": 0.333,
"scaleY": 0.333,
"source": "/resources/tomato/tomato.sprite.json"
},
"Ticking": {},
"VisibleAabb": {}
}