CFG: Fix needing to initialize default properties

This commit is contained in:
cypress 2023-12-12 20:00:36 -05:00 committed by GitHub
parent 63cb1274e5
commit 6295de32c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@
"entities": {
"definitions": [ "tb-nzp.fgd" ],
"defaultcolor": "0.6 0.6 0.6 1.0",
"modelformats": [ "mdl", "bsp" ]
"modelformats": [ "mdl", "bsp" ],
"setDefaultProperties": true
},
"tags": {
"brush": [
@ -75,4 +76,4 @@
{ "name": "vis"},
{ "name": "rad"}
]
}
}