15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"import": "./base_sourceengine.json",
|
|
"assets": [
|
|
// { "filename": "./maps/cs_office.bsp" }
|
|
{ "filename": "./maps/cs_office/graph.json" }
|
|
],
|
|
"metadata": {
|
|
"graph": {
|
|
// realistically shouldn't ever need to define additional tags for BSPs
|
|
"tags": {
|
|
|
|
}
|
|
}
|
|
}
|
|
} |