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