Fix bug in script and add missing icons
This commit is contained in:
@@ -91,9 +91,9 @@ if toupdate:
|
||||
|
||||
if toadd:
|
||||
print('Adding {} renders...'.format(len(toadd)))
|
||||
missing = toupdate.difference(export)
|
||||
missing = toadd.difference(export)
|
||||
toadd.intersection_update(export)
|
||||
for type_id in sorted(toupdate):
|
||||
for type_id in sorted(toadd):
|
||||
render = get_render(type_id)
|
||||
fname = '{}.png'.format(type_id)
|
||||
fullpath = os.path.join(icons_dir, fname)
|
||||
|
||||
BIN
staticdata/icons/ships/32811.png
Normal file
BIN
staticdata/icons/ships/32811.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
staticdata/icons/ships/34151.png
Normal file
BIN
staticdata/icons/ships/34151.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
staticdata/icons/ships/34496.png
Normal file
BIN
staticdata/icons/ships/34496.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
staticdata/icons/ships/35779.png
Normal file
BIN
staticdata/icons/ships/35779.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
staticdata/icons/ships/35781.png
Normal file
BIN
staticdata/icons/ships/35781.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user