Added red umbrella

This commit is contained in:
Evan Pratten 2022-04-03 14:38:51 -04:00
parent aa47d0b548
commit cf645c1d1b
2 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,35 @@
{
"name": "env_umbrellaRed",
"bottom_texture": {
"file_path": "assets/env/env_umbrella/env_umbrellaPole.png"
},
"top_texture": {
"file_path": "assets/env/env_umbrella/env_umbrellaRed.png"
},
"footprint":[
{
"position": [
-108,
-108
],
"size": [
216,
216
]
}
],
"visualization_radius": 256.0,
"physics_colliders": [
{
"position": [
-3,
-3
],
"size": [
6,
6
]
}
],
"temperature": 3.0
}

View File

@ -0,0 +1,35 @@
{
"name": "env_umbrellaRedTowels",
"bottom_texture": {
"file_path": "assets/env/env_umbrella/env_umbrellaTowels.png"
},
"top_texture": {
"file_path": "assets/env/env_umbrella/env_umbrellaRed.png"
},
"footprint":[
{
"position": [
-108,
-108
],
"size": [
216,
216
]
}
],
"visualization_radius": 256.0,
"physics_colliders": [
{
"position": [
-3,
-3
],
"size": [
6,
6
]
}
],
"temperature": 3.0
}