mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-06-03 12:04:06 +02:00
fix prop names
This commit is contained in:
parent
c3e598ea9e
commit
e59ef1d8a0
7 changed files with 7 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ water(WaterMaterial(
|
|||
r#$bumptransform: "center 0.5 0.5 scale 1 1 rotate 0 translate 0 0",
|
||||
r#$flashlighttint: 1.0,
|
||||
r#$fogenable: true,
|
||||
r#$fogenable: Vec3((1.0, 1.0, 1.0)),
|
||||
r#$fogcolor: Vec3((35.0, 32.0, 20.0)),
|
||||
r#$fogstart: 0.0,
|
||||
r#$fogend: 170.0,
|
||||
r#$lightmapwaterfog: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue