Add chairs

This commit is contained in:
Evan Pratten 2022-04-03 15:11:24 -04:00
parent c06059949f
commit d0a704d05e
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"name": "env_chairDark",
"bottom_texture": {
"file_path": "assets/env/env_chair/env_chairDark.png"
},
"footprint": [
],
"physics_colliders": [],
"temperature": 3.0
}

View File

@ -0,0 +1,10 @@
{
"name": "env_chairLight",
"bottom_texture": {
"file_path": "assets/env/env_chair/env_chairLight.png"
},
"footprint": [
],
"physics_colliders": [],
"temperature": 3.0
}

View File

@ -28,5 +28,15 @@
9
],
"rotation_degrees": 0
},
{
"type": "env",
"name": "env_chair",
"variant": "Dark",
"position": [
4,
9
],
"rotation_degrees": -90
}
]