Merge pull request #34 from Ewpratten/ewpratten/asset_defs

Add chairs
This commit is contained in:
Evan Pratten 2022-04-03 15:11:38 -04:00 committed by GitHub
commit bc215249a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
]