mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-29 00:46:27 +02:00
Split car icons.
This commit is contained in:
parent
5fa96ad5a5
commit
081d5bcfe0
3 changed files with 119 additions and 165 deletions
|
@ -222,6 +222,7 @@ def draw_icons() -> None:
|
|||
icon_grid_path: Path = workspace.get_icon_grid_path()
|
||||
collection.draw_grid(icon_grid_path)
|
||||
logging.info(f"Icon grid is written to {icon_grid_path}.")
|
||||
return
|
||||
|
||||
icons_by_id_path: Path = workspace.get_icons_by_id_path()
|
||||
icons_by_name_path: Path = workspace.get_icons_by_name_path()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue