style: touch up grass colours

This commit is contained in:
neru
2026-01-02 02:22:50 -03:00
parent 590711db49
commit 0d097aa643
+2 -2
View File
@@ -183,8 +183,8 @@ function Grass({
const worldZBase = y * size;
const color = new Color();
const lushColor = new Color('#009c00');
const dryColor = new Color('#628502');
const lushColor = new Color('#348a34');
const dryColor = new Color('#556b19');
for (let i = 0; i < count; i++) {
const localX = (Math.random() - 0.5) * size;