* Turn MOD_DONT_COLOR_GRASS back off.

This commit is contained in:
iProgramInCpp
2023-08-02 22:40:16 +03:00
parent 6fe0b6e0a7
commit b2edbd645a

View File

@@ -34,7 +34,7 @@
// Mods
//#define MOD_USE_FLAT_WORLD // Use a flat world instead of the regular world generation
//#define MOD_USE_BIGGER_SCREEN_SIZE // Use a bigger screen size instead of 854x480
#define MOD_DONT_COLOR_GRASS // Don't give the top of grass tiles a different color. (like Classic)
//#define MOD_DONT_COLOR_GRASS // Don't give the top of grass tiles a different color. (like Classic)
// Tests
//#define TEST_DROPPED_ITEMS // Allow dropped items to be dropped and collected.