mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
16 lines
509 B
Text
16 lines
509 B
Text
---
|
|
source: tests/parse.rs
|
|
expression: parsed
|
|
---
|
|
Table({
|
|
"LightmappedGeneric": Table(Table({
|
|
"$baseTexture": Value(Value("cp_mountainlab/concrete/concretefloor003")),
|
|
"$bumpmap": Value(Value("concrete/concretefloor007b_height-ssbump")),
|
|
"$detail": Value(Value("overlays/detail001")),
|
|
"$detailblendfactor": Value(Value("1")),
|
|
"$detailblendmode": Value(Value("0")),
|
|
"$detailscale": Value(Value("1.9")),
|
|
"$ssbump": Value(Value("1")),
|
|
"%keywords": Value(Value("tf")),
|
|
})),
|
|
})
|