Builder_for_CG/src/gamesettings.h

5 lines
193 B
C

# define GAMESNUM 5 // How many games you can save (and play).
# define WORLDGEN_SOIL 8 // Blocks (y) of soil.
# define WORLD_WIDTH 64 // World width.
# define WORLD_HEIGHT 64 // World height.