John Holden:
Lava Texture. If someone comes up with something better, I'm all for using that instead. This is just a recolorized dirt.
This commit is contained in:
parent
1531446fb2
commit
953d867749
2 changed files with 12 additions and 2 deletions
Binary file not shown.
|
@ -2446,9 +2446,8 @@ Shared parameters for various materials.
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<name>BarrenCover</name>
|
<name>BarrenCover</name>
|
||||||
<name>Lava</name>
|
|
||||||
<name>Dirt</name>
|
<name>Dirt</name>
|
||||||
<name>OpenMining</name>
|
<name>OpenMining</name>
|
||||||
<texture>Terrain/rock.png</texture>
|
<texture>Terrain/rock.png</texture>
|
||||||
|
@ -2460,6 +2459,17 @@ Shared parameters for various materials.
|
||||||
<bumpiness>0.3</bumpiness>
|
<bumpiness>0.3</bumpiness>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
|
<material>
|
||||||
|
<name>Lava</name>
|
||||||
|
<texture>Terrain/lava.png</texture>
|
||||||
|
<xsize>500</xsize>
|
||||||
|
<ysize>500</ysize>
|
||||||
|
<solid>1</solid>
|
||||||
|
<friction-factor>0.9</friction-factor>
|
||||||
|
<rolling-friction>0.1</rolling-friction>
|
||||||
|
<bumpiness>0.3</bumpiness>
|
||||||
|
</material>
|
||||||
|
|
||||||
<material>
|
<material>
|
||||||
<name>Freeway</name>
|
<name>Freeway</name>
|
||||||
<name>Road</name>
|
<name>Road</name>
|
||||||
|
|
Loading…
Add table
Reference in a new issue