mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-22 21:46:24 +02:00
Change grid size.
This commit is contained in:
parent
945af54dc9
commit
669f6712c4
2 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
@ -39,7 +39,7 @@ if os.path.isfile(icon_colors_file_name):
|
|||
|
||||
step = 24
|
||||
|
||||
width = 240
|
||||
width = 24 * 16
|
||||
|
||||
extracter = extract_icon.IconExtractor(icons_file_name)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue