mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-04 02:24:08 +02:00
allow deserializing from Entry
This commit is contained in:
parent
6643822671
commit
ebb940847d
12 changed files with 973 additions and 8 deletions
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
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,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue