mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-06-03 12:04:06 +02:00
21 lines
476 B
Text
21 lines
476 B
Text
---
|
|
source: tests/parse.rs
|
|
expression: result
|
|
---
|
|
unlitgeneric(UnlitGenericMaterial(
|
|
r#$basetexture: Some("vgui/pve/mvm_backpack"),
|
|
r#$surfaceprop: None,
|
|
r#$model: false,
|
|
r#$color: Vec3((1.0, 1.0, 1.0)),
|
|
r#$alpha: 1.0,
|
|
r#$alphatest: false,
|
|
r#$alphatestreference: 1.0,
|
|
r#$nocull: false,
|
|
r#$translucent: true,
|
|
r#$bumpmap: None,
|
|
r#$ignorez: true,
|
|
r#$nofog: false,
|
|
r#$receiveflashlight: false,
|
|
singlepassflashlight: false,
|
|
r#$no_fullbright: true,
|
|
))
|