mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
46 lines
891 B
JSON
46 lines
891 B
JSON
{
|
|
"name": "Assets Catalog",
|
|
"nodes": [
|
|
{
|
|
"id": "asset_roots",
|
|
"name": "Asset Roots",
|
|
"type": "list.literal",
|
|
"typeVersion": 1,
|
|
"position": [0, 0],
|
|
"parameters": {
|
|
"items": [
|
|
"assets/audio",
|
|
"assets/fonts",
|
|
"assets/images"
|
|
],
|
|
"type": "string",
|
|
"outputs": {
|
|
"list": "assets.roots"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "assert_asset_roots",
|
|
"name": "Assert Asset Roots",
|
|
"type": "value.assert.type",
|
|
"typeVersion": 1,
|
|
"position": [260, 0],
|
|
"parameters": {
|
|
"inputs": {
|
|
"value": "assets.roots"
|
|
},
|
|
"type": "string_list"
|
|
}
|
|
}
|
|
],
|
|
"connections": {
|
|
"Asset Roots": {
|
|
"main": {
|
|
"0": [
|
|
{ "node": "Assert Asset Roots", "type": "main", "index": 0 }
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|