From 6b6b37dfed2ae3278c8d2322e48443410b26d87f Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Oct 2025 18:13:15 -0600 Subject: Ye retro colors --- src/world.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 93bcb38..08c4f39 100644 --- a/src/world.h +++ b/src/world.h @@ -17,8 +17,8 @@ #define WORLD_GROUND_COLOR GREEN #define WORLD_GROUND_BLUR 2 -#define WORLD_GROUND_CONTRAST -30 -#define WORLD_GROUND_IMAGE_NOISE 0.3 +#define WORLD_GROUND_CONTRAST 0 +#define WORLD_GROUND_IMAGE_NOISE 0.5 #define BVH_MAX 4 // Max entities per node. #define BVH_MAX_BRANCH_COUNT 8 -- cgit v1.2.3