This text describing a change to BasicDungeonCrawler/dungeon_crawl_graphics/src/map.rs =>
“The screen coordinates sent to the
set function have left_x and bottom_y subtracted from them—moving them to be relative to the camera.”
The bottom_y variable should be top_y to match both the code listing in the book and the example code.