mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Better grass colour
This commit is contained in:
parent
1641c4f788
commit
61568eac7c
@ -95,11 +95,11 @@ impl<'a> Sampler for ColumnGen<'a> {
|
||||
.mul(0.75)
|
||||
.add(1.0)
|
||||
.mul(0.5)
|
||||
.add(marble_small.mul(0.25));
|
||||
.add(marble_small.sub(0.5).mul(0.25));
|
||||
|
||||
// Colours
|
||||
let cold_grass = Rgb::new(0.05, 0.2, 0.1);
|
||||
let warm_grass = Rgb::new(0.15, 0.65, 0.05);
|
||||
let cold_grass = Rgb::new(0.0, 0.25, 0.13);
|
||||
let warm_grass = Rgb::new(0.18, 0.65, 0.0);
|
||||
let cold_stone = Rgb::new(0.55, 0.7, 0.75);
|
||||
let warm_stone = Rgb::new(0.65, 0.65, 0.35);
|
||||
let beach_sand = Rgb::new(0.93, 0.84, 0.4);
|
||||
|
Loading…
Reference in New Issue
Block a user