From: leo Date: Fri, 26 Nov 2021 15:06:19 +0000 (+0100) Subject: Added HoloX X-Git-Url: http://git.leonardobizzoni.com/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=holonotify Added HoloX --- diff --git a/Icons/chloe.jpg b/Icons/chloe.jpg new file mode 100644 index 0000000..a5fb484 Binary files /dev/null and b/Icons/chloe.jpg differ diff --git a/Icons/iroha.jpg b/Icons/iroha.jpg new file mode 100644 index 0000000..9acb67e Binary files /dev/null and b/Icons/iroha.jpg differ diff --git a/Icons/koyori.jpg b/Icons/koyori.jpg new file mode 100644 index 0000000..2bc9b12 Binary files /dev/null and b/Icons/koyori.jpg differ diff --git a/Icons/laplus.jpg b/Icons/laplus.jpg new file mode 100644 index 0000000..d004229 Binary files /dev/null and b/Icons/laplus.jpg differ diff --git a/Icons/lui.jpg b/Icons/lui.jpg new file mode 100644 index 0000000..5eef6c5 Binary files /dev/null and b/Icons/lui.jpg differ diff --git a/utils.py b/utils.py index cf8d171..1e634e3 100644 --- a/utils.py +++ b/utils.py @@ -83,6 +83,17 @@ def getIcon(name): elif ("botan" in name): return abspath + "botan.jpg" + elif ("laplus" in name): + return abspath + "laplus.jpg" + elif ("lui" in name): + return abspath + "lui.jpg" + elif ("koyori" in name): + return abspath + "koyori.jpg" + elif ("chloe" in name): + return abspath + "chloe.jpg" + elif ("iroha" in name): + return abspath + "iroha.jpg" + # JP males elif ("shien" in name): return abspath + "shien.jpg"