fix prop names

This commit is contained in:
Robin Appelman 2025-02-15 17:19:16 +01:00
commit e59ef1d8a0
7 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ worldvertextransition(WorldVertexTransitionMaterial(
r#$basetexturetransform: "center 0.5 0.5 scale 1 1 rotate 0 translate 0 0",
r#$color: Vec3((1.0, 1.0, 1.0)),
r#$decalscale: 1.0,
r#$decalscale: Vec2((4.0, 4.0)),
r#$detailscale: Vec2((4.0, 4.0)),
r#$detailblendfactor: 1.0,
r#$detailblendmode: 1,
r#$modelmaterial: None,

View file

@ -10,7 +10,7 @@ lightmappedgeneric(LightMappedGenericMaterial(
r#$basetexturetransform: "center 0.5 0.5 scale 1 1 rotate 0 translate 0 0",
r#$color: Vec3((1.0, 1.0, 1.0)),
r#$decalscale: 1.0,
r#$decalscale: Vec2((4.0, 4.0)),
r#$detailscale: Vec2((1.9, 1.9)),
r#$detailblendfactor: 1.0,
r#$detailblendmode: 0,
r#$modelmaterial: None,

View file

@ -10,7 +10,7 @@ lightmappedgeneric(LightMappedGenericMaterial(
r#$basetexturetransform: "center 0.5 0.5 scale 1 1 rotate 0 translate 0 0",
r#$color: Vec3((1.0, 1.0, 1.0)),
r#$decalscale: 1.0,
r#$decalscale: Vec2((4.0, 4.0)),
r#$detailscale: Vec2((1.9, 1.9)),
r#$detailblendfactor: 1.0,
r#$detailblendmode: 0,
r#$modelmaterial: None,

View file

@ -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,