diff --git a/cromulant/config.py b/cromulant/config.py index 1be0447..d273762 100644 --- a/cromulant/config.py +++ b/cromulant/config.py @@ -76,8 +76,8 @@ class Config: Config.countries_json = Config.here / "data" / "countries.json" Config.icon_path = Config.here / "img" / "icon_1.jpg" Config.status_image_path = Config.here / "img" / "icon_2.jpg" - Config.terminated_image_path = Config.here / "img" / "icon_3.jpg" - Config.hatched_image_path = Config.here / "img" / "icon_4.jpg" + Config.terminated_image_path = Config.here / "img" / "icon_3_red.jpg" + Config.hatched_image_path = Config.here / "img" / "icon_4_green.jpg" Config.font_path = Config.here / "fonts" / "NotoSans-Regular.ttf" Config.emoji_font_path = Config.here / "fonts" / "NotoEmoji-Regular.ttf" Config.song_path = Config.here / "audio" / "March of the Cyber Ants.mp3" diff --git a/cromulant/img/icon_3.jpg b/cromulant/img/icon_3.jpg index 6b5b56a..68df6f6 100644 Binary files a/cromulant/img/icon_3.jpg and b/cromulant/img/icon_3.jpg differ diff --git a/cromulant/img/icon_3_o.jpg b/cromulant/img/icon_3_o.jpg deleted file mode 100644 index 68df6f6..0000000 Binary files a/cromulant/img/icon_3_o.jpg and /dev/null differ diff --git a/cromulant/img/icon_3_red.jpg b/cromulant/img/icon_3_red.jpg new file mode 100644 index 0000000..6b5b56a Binary files /dev/null and b/cromulant/img/icon_3_red.jpg differ diff --git a/cromulant/img/icon_4.jpg b/cromulant/img/icon_4.jpg index 7d8974d..27c7fcc 100644 Binary files a/cromulant/img/icon_4.jpg and b/cromulant/img/icon_4.jpg differ diff --git a/cromulant/img/icon_4_green.jpg b/cromulant/img/icon_4_green.jpg new file mode 100644 index 0000000..7d8974d Binary files /dev/null and b/cromulant/img/icon_4_green.jpg differ diff --git a/cromulant/img/icon_4_o.jpg b/cromulant/img/icon_4_o.jpg deleted file mode 100644 index 27c7fcc..0000000 Binary files a/cromulant/img/icon_4_o.jpg and /dev/null differ