game: update PloughedField material

This commit is contained in:
Thr0lu5 2022-05-07 20:53:56 -03:00 committed by Crypto City
parent f0b31c7734
commit e5829197c6
3 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,9 @@
<material>
<technique name="Techniques/Diff.xml" quality="0" />
<texture unit="diffuse" name="Textures/wildtextures_plowed-field-1k-seamless-texture.dds" />
<shader psdefines="PACKEDNORMAL" />
<parameter name="MatSpecColor" value="0.3 0.3 0.3 16" />
<parameter name="MatDiffColor" value="1 1 1 1" />
<parameter name="TextureTiles" value="16" />
<technique name="Techniques/TF_cubes.xml" />
<texture unit="diffuse" name="Textures/Cubes/VegetationPloughedField.dds"/>
<parameter name="MatSpecColor" value="2 2 2 16" />
<parameter name="MatDiffColor" value="1 1 1 1"/>
<parameter name="TextureTiles" value="6" />
<parameter name="SpecContrastD" value=".4" />
<parameter name="SpecContrastL" value="1" />
</material>

Binary file not shown.

View File

@ -50,7 +50,7 @@ static const struct block_variant_t block_variants[] =
{ BLOCK_VARIANT_VEGETATION_TEST1, ITEM_VEGETATION, 0, "Meadow" },
{ BLOCK_VARIANT_VEGETATION_TEST2, ITEM_VEGETATION, 0, "Ivy" },
{ BLOCK_VARIANT_VEGETATION_BARK1, ITEM_VEGETATION, 0, "Mossy Bark" },
{ BLOCK_VARIANT_VEGETATION_PLOUGHED_FIELD, ITEM_VEGETATION, 0, "Ploughed field" },
{ BLOCK_VARIANT_VEGETATION_PLOUGHED_FIELD, ITEM_VEGETATION, 0, "Ploughed Field" },
{ BLOCK_VARIANT_PINE_3_DARK_GREY, ITEM_PINE, 16, "Roof Pine" },
{ BLOCK_VARIANT_PINE_3_DARK_BROWN, ITEM_PINE, 18, "Dark Brown Roof Pine" },