aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h3
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;