engine/bin/data/scenes/sourceengine/rp_downtown_v2.json

22 lines
516 B
JSON

{
"import": "./base_sourceengine.json",
"assets": [
{ "filename": "./models/rp_downtown_v2.glb" }
// { "filename": "./models/rp_downtown_v2/graph.json" }
],
"metadata": {
"graph": {
"bgm": "./audio/soundscape/ambience.ogg",
"renderer": { "separate": true },
"tags": {
// exact matches
"worldspawn_skybox": { "ignore": true },
// regex matches
"/^light_/": { "ignore": true },
"/^func/": { "ignore": true },
"/^prop/": { "ignore": true }
}
}
}
}