Towel defs

This commit is contained in:
Evan Pratten 2022-04-03 15:03:43 -04:00
parent 2b4a5ce087
commit 1f2e32a607
7 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"name": "env_towelPink",
"bottom_texture": {
"file_path": "assets/env/env_towel/env_towelPink.png"
},
"footprint": [
{
"position": [
-32,
-64
],
"size": [
64,
128
]
}
],
"physics_colliders": [],
"temperature": 3.0
}

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,20 @@
{
"name": "env_towelPurple",
"bottom_texture": {
"file_path": "assets/env/env_towel/env_towelPurple.png"
},
"footprint": [
{
"position": [
-32,
-64
],
"size": [
64,
128
]
}
],
"physics_colliders": [],
"temperature": 3.0
}

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,20 @@
{
"name": "env_towelRed",
"bottom_texture": {
"file_path": "assets/env/env_towel/env_towelRed.png"
},
"footprint": [
{
"position": [
-32,
-64
],
"size": [
64,
128
]
}
],
"physics_colliders": [],
"temperature": 3.0
}

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -18,5 +18,15 @@
7
],
"rotation_degrees": 180
},
{
"type": "env",
"name": "env_towel",
"variant": "Red",
"position": [
6,
9
],
"rotation_degrees": 0
}
]