Update to RTM Asset Pack 0.5.7

This commit is contained in:
2025-11-30 21:13:39 -06:00
parent 10bf990152
commit 9002674718
121 changed files with 21778 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"indentifier": "rex_racing_board",
"name": "rex_racing_board",
"shared": false,
"assets": {
"Rex_Board_Finish": {
"name": "Rex_Board_Finish",
"type": "prefab",
"filename": "Rex_Board_Finish.prefab"
},
"Rex_Board_Start": {
"name": "Rex_Board_Start",
"type": "prefab",
"filename": "Rex_Board_Start.prefab"
},
"Rex_Crew_Work": {
"name": "Rex_Crew_Work",
"type": "prefab",
"filename": "Rex_Crew_Work.prefab"
},
"Rex_Men_Work": {
"name": "Rex_Men_Work",
"type": "prefab",
"filename": "Rex_Men_Work.prefab"
}
}
}

View File

@@ -0,0 +1,64 @@
{
"objects": [
{
"identifier": "Rex_Board_Finish",
"metadata": {
"name": "Rex_Board_Finish",
"description": "Rex_Board_Finish",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Rex_Board_Finish",
"cullingRadius": 50,
"components": []
}
},
{
"identifier": "Rex_Board_Start",
"metadata": {
"name": "Rex_Board_Start",
"description": "Rex_Board_Start",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Rex_Board_Start",
"cullingRadius": 50,
"components": []
}
},
{
"identifier": "Rex_Crew_Work",
"metadata": {
"name": "Rex_Crew_Work",
"description": "Rex_Crew_Work",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Rex_Crew_Work",
"cullingRadius": 50,
"components": []
}
},
{
"identifier": "Rex_Men_Work",
"metadata": {
"name": "Rex_Men_Work",
"description": "Rex_Men_Work",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Rex_Men_Work",
"cullingRadius": 50,
"components": []
}
}
]
}

Binary file not shown.