mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Make grass greener in temperate biome
And slightly reduce the desaturation since it now looks better. Patch by: marder Differential Revision: https://code.wildfiregames.com/D4139 This was SVN commit r25758.
This commit is contained in:
@@ -2,7 +2,7 @@ function setupBiome_temperate()
|
||||
{
|
||||
if (randBool())
|
||||
{
|
||||
g_Terrains.mainTerrain = "temperate_grass_02";
|
||||
g_Terrains.mainTerrain = "temperate_grass_04";
|
||||
g_Terrains.forestFloor1 = "temperate_forestfloor_01";
|
||||
g_Terrains.forestFloor2 = "temperate_forestfloor_02";
|
||||
g_Terrains.tier1Terrain = "temperate_grass_dirt_02";
|
||||
@@ -12,7 +12,7 @@ function setupBiome_temperate()
|
||||
}
|
||||
else
|
||||
{
|
||||
g_Terrains.mainTerrain = "temperate_grass_03";
|
||||
g_Terrains.mainTerrain = "temperate_grass_05";
|
||||
g_Terrains.forestFloor1 = "temperate_forestfloor_02_autumn";
|
||||
g_Terrains.forestFloor2 = "temperate_forestfloor_01_autumn";
|
||||
g_Terrains.tier1Terrain = "temperate_grass_dirt_01";
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"Postproc": {
|
||||
"PostprocEffect": "hdr",
|
||||
"Saturation": 0.9,
|
||||
"Saturation": 0.95,
|
||||
"Contrast": 1.05,
|
||||
"Bloom": 0.16
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user