diff --git a/cromulant/config.py b/cromulant/config.py index bd1b7dc..868b62f 100644 --- a/cromulant/config.py +++ b/cromulant/config.py @@ -89,8 +89,8 @@ class Config: Config.names_json = Config.here / "data" / "names.json" 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.icon_path = Config.here / "img" / "icon.jpg" + Config.status_image_path = Config.here / "img" / "status.jpg" Config.hatched_image_path = Config.here / "img" / "hatched.jpg" Config.top_image_path = Config.here / "img" / "top.jpg" Config.terminated_image_path = Config.here / "img" / "terminated.jpg" diff --git a/cromulant/img/icon.jpg b/cromulant/img/icon.jpg new file mode 100644 index 0000000..a546efd Binary files /dev/null and b/cromulant/img/icon.jpg differ diff --git a/cromulant/img/icon_1.jpg b/cromulant/img/icon_1.jpg deleted file mode 100644 index 0aa4585..0000000 Binary files a/cromulant/img/icon_1.jpg and /dev/null differ diff --git a/cromulant/img/icon_2.jpg b/cromulant/img/status.jpg similarity index 100% rename from cromulant/img/icon_2.jpg rename to cromulant/img/status.jpg diff --git a/more.md b/more.md index 435f9f0..61fa398 100644 --- a/more.md +++ b/more.md @@ -10,13 +10,13 @@ ## Assets -![](cromulant/img/icon_1.jpg) +![](cromulant/img/status.jpg) -![](cromulant/img/icon_2.jpg) +![](cromulant/img/hatched.jpg) -![](cromulant/img/icon_3.jpg) +![](cromulant/img/terminated.jpg) -![](cromulant/img/icon_4.jpg) +![](cromulant/img/top.jpg) ## Soundtrack