commit
bc215249a4
10
game/dist/assets/env/env_chair/env_chairDark.json
vendored
Normal file
10
game/dist/assets/env/env_chair/env_chairDark.json
vendored
Normal 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
|
||||||
|
}
|
10
game/dist/assets/env/env_chair/env_chairLight.json
vendored
Normal file
10
game/dist/assets/env/env_chair/env_chairLight.json
vendored
Normal 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
|
||||||
|
}
|
10
game/dist/map_gameMap.objects.json
vendored
10
game/dist/map_gameMap.objects.json
vendored
@ -28,5 +28,15 @@
|
|||||||
9
|
9
|
||||||
],
|
],
|
||||||
"rotation_degrees": 0
|
"rotation_degrees": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "env",
|
||||||
|
"name": "env_chair",
|
||||||
|
"variant": "Dark",
|
||||||
|
"position": [
|
||||||
|
4,
|
||||||
|
9
|
||||||
|
],
|
||||||
|
"rotation_degrees": -90
|
||||||
}
|
}
|
||||||
]
|
]
|
Reference in New Issue
Block a user