]> git.leonardobizzoni.com Git - holonotify/commitdiff
Added HoloX master
authorleo <leo@EnvyPhoenix.lan>
Fri, 26 Nov 2021 15:06:19 +0000 (16:06 +0100)
committerleo <leo@EnvyPhoenix.lan>
Fri, 26 Nov 2021 15:06:19 +0000 (16:06 +0100)
Icons/chloe.jpg [new file with mode: 0644]
Icons/iroha.jpg [new file with mode: 0644]
Icons/koyori.jpg [new file with mode: 0644]
Icons/laplus.jpg [new file with mode: 0644]
Icons/lui.jpg [new file with mode: 0644]
utils.py

diff --git a/Icons/chloe.jpg b/Icons/chloe.jpg
new file mode 100644 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..5eef6c5
Binary files /dev/null and b/Icons/lui.jpg differ
index cf8d171b23ad767dc6580050e5bf765884fd1a59..1e634e39caf187730dc1dc1741ac071dac9604b8 100644 (file)
--- a/utils.py
+++ b/utils.py
@@ -83,6 +83,17 @@ def getIcon(name):
     elif ("botan" in name):
         return abspath + "botan.jpg"
 
     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"
     # JP males
     elif ("shien" in name):
         return abspath + "shien.jpg"