mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Smoothed temperate/savannah border
This commit is contained in:
parent
fa28c8a6c6
commit
73e9dba153
@ -131,7 +131,7 @@ impl<'a> Sampler for ColumnGen<'a> {
|
||||
.mul(256.0),
|
||||
),
|
||||
Rgb::lerp(tropical, sand, temp.sub(CONFIG.desert_temp).mul(32.0)),
|
||||
temp.sub(CONFIG.tropical_temp).mul(64.0),
|
||||
temp.sub(CONFIG.tropical_temp).mul(16.0),
|
||||
);
|
||||
|
||||
// Work out if we're on a path or near a town
|
||||
|
Loading…
Reference in New Issue
Block a user