Added generation of images based on the map

Tweaks to consistency with DIRECTIONS and HEX_CORNERS
Misc debug visualizations
This commit is contained in:
2024-08-04 21:45:23 -04:00
parent bde25435ec
commit f7a3a56a0a
13 changed files with 671 additions and 21 deletions

View File

@@ -2,4 +2,5 @@ pub mod chunk;
pub mod mesh_chunk;
pub mod config;
pub mod map;
pub mod biome_map;
pub mod biome_map;
pub mod map_utils;