Work on architecture. A lot of refractoring. Updated to unity 5.

This commit is contained in:
2015-03-12 10:44:44 +02:00
parent c51c5abbb1
commit c71b8ddd3e
436 changed files with 2144 additions and 17293 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<biome>
<name>Grassland</name>
<heightRange min="0" max="1" />
<heightRange min="0" max="10" />
<moisture min=".1" max=".5"/>
<vegetationDensity min=".2" max=".5" />
</biome>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<biome>
<name>Mountain</name>
<heightRange min="0" max="10" />
<heightRange min="0" max="500" />
<moisture min=".1" max=".3"/>
<vegetationDensity min=".5" max=".9" />
</biome>