Renderer/assets/Data/game/structure.json
austin 84b4c11199
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
work on rotating structures
2025-05-24 14:20:33 -04:00

22 lines
448 B
JSON

{
"data" : [
{
"id" : "defaultHouse",
"displayName" : "Default House",
"fabPath" : "Data/fab/defaultHouse.fab",
"dimensions" : {
"x" : 4.75,
"y" : 5,
"z" : 4.75
},
"placementOffset" : {
"x" : 0,
"y" : -1,
"z" : 0
}
}
],
"files" : [
]
}