mirror of
https://github.com/nzp-team/trenchbroom-profile.git
synced 2024-11-10 06:31:46 +00:00
CFG: Fix needing to initialize default properties
This commit is contained in:
parent
63cb1274e5
commit
6295de32c3
1 changed files with 3 additions and 2 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue