style: touch up grass colours
This commit is contained in:
+2
-2
@@ -183,8 +183,8 @@ function Grass({
|
|||||||
const worldZBase = y * size;
|
const worldZBase = y * size;
|
||||||
|
|
||||||
const color = new Color();
|
const color = new Color();
|
||||||
const lushColor = new Color('#009c00');
|
const lushColor = new Color('#348a34');
|
||||||
const dryColor = new Color('#628502');
|
const dryColor = new Color('#556b19');
|
||||||
|
|
||||||
for (let i = 0; i < count; i++) {
|
for (let i = 0; i < count; i++) {
|
||||||
const localX = (Math.random() - 0.5) * size;
|
const localX = (Math.random() - 0.5) * size;
|
||||||
|
|||||||
Reference in New Issue
Block a user