aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-10-19 00:13:15 +0000
committernathan <nathansmith@disroot.org>2025-10-19 00:13:15 +0000
commit6b6b37dfed2ae3278c8d2322e48443410b26d87f (patch)
tree2d72345604ed157f17341a0ea113240b49ccf535 /src/world.h
parente3f220ee2003e93b2a1ebc335630fac8444a412e (diff)
downloadFindThings-6b6b37dfed2ae3278c8d2322e48443410b26d87f.tar.gz
FindThings-6b6b37dfed2ae3278c8d2322e48443410b26d87f.tar.bz2
FindThings-6b6b37dfed2ae3278c8d2322e48443410b26d87f.zip
Ye retro colors
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h4
1 files changed, 2 insertions, 2 deletions
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