Have a little debug minimap in the top right when autowalking with debug on.

This commit is contained in:
Zed A. Shaw 2025-02-27 11:02:02 -05:00
parent da1e38e21c
commit 11ea08bc7f
2 changed files with 29 additions and 1 deletions

View file

@ -24,4 +24,5 @@ struct Autowalker {
Pathing path_to_enemies();
Pathing path_to_items();
Pathing path_to_devices();
void show_map_overlay(matrix::Matrix& map, Point current);
};