UI: new icon set by Andrzej Ambroz.

This is a monochrome icon set, with a more modern look and icons for
various features that did not have a proper icon before.
This commit is contained in:
2018-10-01 10:45:50 +02:00
parent 192a99f477
commit 2ac65f6153
987 changed files with 8593 additions and 88939 deletions

View File

@@ -140,6 +140,7 @@ def dice_icon_name(
if match:
if l.find('DEF_ICON_BLANK') == -1:
icon_name = match.group(1).lower()
print(icon_name)
_dice_icon_name_cache[count] = icon_name
count += 1
# ---- Done with icon cache