diff options
author | nathan <nathansmith@disroot.org> | 2025-07-27 06:27:20 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-27 06:27:20 +0000 |
commit | 3025b1417a3fd990b320b5d28bf48b10920158c1 (patch) | |
tree | 37e11e1c0274f200d276c4d1f5d23da50e6c454f /src/world.h | |
parent | 3cfd7f13a0943f7117dd063a8f016f5d61f75e63 (diff) | |
download | FindThings-3025b1417a3fd990b320b5d28bf48b10920158c1.tar.gz FindThings-3025b1417a3fd990b320b5d28bf48b10920158c1.tar.bz2 FindThings-3025b1417a3fd990b320b5d28bf48b10920158c1.zip |
Not much but something (depression hitting hard right now)
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |