city-generation/Game/Assets/Data/Biomes/Grassland.xml

11 lines
349 B
XML
Raw Normal View History

2015-03-19 10:34:58 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<biome>
<name>Grassland</name>
<height>100</height>
<moisture min=".1" max=".5"/>
<vegetationDensity min=".2" max=".5" />
2015-05-09 15:06:30 +00:00
<textures>
<texture src="grass" expr="0.5" />
<texture src="sand" expr="clamp01(1 - (height - waterLevel) / (maxHeight - waterLevel) - 0.4) ^ 4" />
</textures>
2015-03-03 16:47:18 +00:00
</biome>