Have a little debug minimap in the top right when autowalking with debug on.
This commit is contained in:
parent
da1e38e21c
commit
11ea08bc7f
2 changed files with 29 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue