From 3025b1417a3fd990b320b5d28bf48b10920158c1 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 27 Jul 2025 00:27:20 -0600 Subject: Not much but something (depression hitting hard right now) --- src/world.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index c255e17..0a90ec4 100644 --- a/src/world.h +++ b/src/world.h @@ -16,6 +16,9 @@ #define WORLD_IMAGE_SCALE 5.0 #define WORLD_TREE_COUNT 500 +#define WORLD_GROUND_COLOR GREEN +#define WORLD_GROUND_BLUR 4 + // UID for anything in the world. typedef int16_t WorldUID; typedef int Seed; -- cgit v1.2.3