mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-04 02:24:08 +02:00
serde for Entry/Table/Statement/Value
This commit is contained in:
parent
6a332d051f
commit
d7d26f530a
14 changed files with 367 additions and 72 deletions
|
|
@ -4,13 +4,13 @@ expression: parsed
|
|||
---
|
||||
{
|
||||
"LightmappedGeneric": {
|
||||
"$baseTexture": Value("cp_mountainlab/concrete/concretefloor003"),
|
||||
"$bumpmap": Value("concrete/concretefloor007b_height-ssbump"),
|
||||
"$detail": Value("overlays/detail001"),
|
||||
"$detailblendfactor": Value("1"),
|
||||
"$detailblendmode": Value("0"),
|
||||
"$detailscale": Value("1.9"),
|
||||
"$ssbump": Value("1"),
|
||||
"%keywords": Value("tf"),
|
||||
"$baseTexture": "cp_mountainlab/concrete/concretefloor003",
|
||||
"$bumpmap": "concrete/concretefloor007b_height-ssbump",
|
||||
"$detail": "overlays/detail001",
|
||||
"$detailblendfactor": "1",
|
||||
"$detailblendmode": "0",
|
||||
"$detailscale": "1.9",
|
||||
"$ssbump": "1",
|
||||
"%keywords": "tf",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue