This commit is contained in:
Robin Appelman 2026-07-11 21:13:20 +02:00
commit 97ee910d85
36 changed files with 716 additions and 762 deletions

View file

@ -2,13 +2,15 @@
source: tests/serde.rs
expression: material
---
LightmappedGeneric(
r#$baseTexture: "cp_mountainlab/concrete/concretefloor003",
r#$bumpmap: "concrete/concretefloor007b_height-ssbump",
r#$ssbump: true,
r#%keywords: "tf",
r#$detail: "overlays/detail001",
r#$detailscale: 1.9,
r#$detailblendmode: 0,
r#$detailblendfactor: 1.0,
)
{
"LightmappedGeneric": {
"$baseTexture": "cp_mountainlab/concrete/concretefloor003",
"$bumpmap": "concrete/concretefloor007b_height-ssbump",
"$ssbump": true,
"%keywords": "tf",
"$detail": "overlays/detail001",
"$detailscale": 1.9,
"$detailblendmode": 0,
"$detailblendfactor": 1.0
}
}