This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/game/dist/assets/env/env_chair/env_chairLight.json
2022-04-03 21:56:23 -04:00

65 lines
1.2 KiB
JSON

{
"name": "env_chairLight",
"bottom_texture": {
"file_path": "assets/env/env_chair/env_chairLegsLight.png"
},
"top_texture": {
"file_path": "assets/env/env_chair/env_chairLight.png"
},
"footprint": [
{
"position": [
0,
0
],
"size": [
64,
64
]
}
],
"visualization_radius": 36.0,
"physics_colliders": [
{
"position": [
-39,
-55
],
"size": [
6,
6
]
},
{
"position": [
39,
-55
],
"size": [
6,
6
]
},
{
"position": [
-39,
18
],
"size": [
6,
6
]
},
{
"position": [
39,
18
],
"size": [
6,
6
]
}
],
"temperature": 3.0
}