re did map

This commit is contained in:
2025-02-20 22:00:40 +00:00
parent b73c1f5fad
commit 77c036e1fc
4 changed files with 155 additions and 143 deletions

View File

@@ -36,7 +36,7 @@ pub fn output_map(
(':', [195,162,103]), // Sand
('[', [196,196,196]), // Stone
('^', [196,128,196]), // Mountain
('8', [255,196,196]), // Stone bricks
('#', [255,196,196]), // Stone bricks
('♣', [0, 153,51]), // Oak tree
]
.iter().cloned().collect();