You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 15:36:18 +00:00
🆙 Removed the generic.asset.url
We have removed the generic.asset.url and all is now in the renderer, so easy to edit and no more wrongly loaded assets
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 587 B |
Binary file not shown.
|
After Width: | Height: | Size: 249 B |
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"type": "place_holder_wall",
|
||||
"name": "place_holder_wall",
|
||||
"visualizationType": "furniture_static",
|
||||
"logicType": "furniture_basic",
|
||||
"logic": {
|
||||
"model": {
|
||||
"dimensions": {
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 0
|
||||
},
|
||||
"directions": [
|
||||
90,
|
||||
180
|
||||
]
|
||||
}
|
||||
},
|
||||
"assets": {
|
||||
"place_holder_wall_icon_a": {
|
||||
"x": 16,
|
||||
"y": 16
|
||||
},
|
||||
"place_holder_wall_64_a_2_0": {
|
||||
"x": 18,
|
||||
"y": 25
|
||||
},
|
||||
"place_holder_wall_64_a_4_0": {
|
||||
"source": "place_holder_wall_64_a_2_0",
|
||||
"x": 18,
|
||||
"y": 25,
|
||||
"flipH": true
|
||||
}
|
||||
},
|
||||
"visualizations": [
|
||||
{
|
||||
"size": 64,
|
||||
"layerCount": 1,
|
||||
"angle": 45,
|
||||
"layers": {
|
||||
"0": {
|
||||
"z": -1500
|
||||
}
|
||||
},
|
||||
"directions": {
|
||||
"2": {},
|
||||
"4": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"size": 1,
|
||||
"layerCount": 1,
|
||||
"angle": 360,
|
||||
"directions": {
|
||||
"0": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user