diff --git a/README.md b/README.md index a606c28..05766ca 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ I created a new programming project to practice/study and tried to use that word I liked the typo and made a game about ants. ---- +## Propaganda ![](cromulant/img/logo_1.jpg) @@ -72,4 +72,18 @@ I liked the typo and made a game about ants. ![](cromulant/img/logo_3.jpg) -![](cromulant/img/logo_4.jpg) \ No newline at end of file +![](cromulant/img/logo_4.jpg) + +## Assets + +![](cromulant/img/icon_1.jpg) + +![](cromulant/img/icon_2.jpg) + +![](cromulant/img/icon_3.jpg) + +![](cromulant/img/icon_4.jpg) + +## Soundtrack + +[March of The Cyber Ants](cromulant/audio/March%20of%20the%20Cyber%20Ants.mp3) \ No newline at end of file diff --git a/cromulant/config.py b/cromulant/config.py index f3ecab3..e92bb3e 100644 --- a/cromulant/config.py +++ b/cromulant/config.py @@ -70,10 +70,10 @@ class Config: Config.settings_json.parent.mkdir(parents=True, exist_ok=True) Config.settings_json.write_text("{}") - Config.icon_path = Config.here / "img" / "icon_4.jpg" - Config.status_image_path = Config.here / "img" / "icon_5.jpg" - Config.hatched_image_path = Config.here / "img" / "icon_7.jpg" - Config.terminated_image_path = Config.here / "img" / "icon_6.jpg" + 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.names_json = Config.here / "data" / "names.json" Config.font_path = Config.here / "fonts" / "NotoSans-Regular.ttf" Config.emoji_font_path = Config.here / "fonts" / "NotoEmoji-Regular.ttf" diff --git a/cromulant/img/icon_1.jpg b/cromulant/img/icon_1.jpg index 7263e01..0aa4585 100644 Binary files a/cromulant/img/icon_1.jpg and b/cromulant/img/icon_1.jpg differ diff --git a/cromulant/img/icon_2.jpg b/cromulant/img/icon_2.jpg index aca7a33..35e68e9 100644 Binary files a/cromulant/img/icon_2.jpg and b/cromulant/img/icon_2.jpg differ diff --git a/cromulant/img/icon_3.jpg b/cromulant/img/icon_3.jpg index 29198eb..68df6f6 100644 Binary files a/cromulant/img/icon_3.jpg and b/cromulant/img/icon_3.jpg differ diff --git a/cromulant/img/icon_4.jpg b/cromulant/img/icon_4.jpg index 0aa4585..27c7fcc 100644 Binary files a/cromulant/img/icon_4.jpg and b/cromulant/img/icon_4.jpg differ diff --git a/cromulant/img/icon_5.jpg b/cromulant/img/icon_5.jpg deleted file mode 100644 index 35e68e9..0000000 Binary files a/cromulant/img/icon_5.jpg and /dev/null differ diff --git a/cromulant/img/icon_6.jpg b/cromulant/img/icon_6.jpg deleted file mode 100644 index 68df6f6..0000000 Binary files a/cromulant/img/icon_6.jpg and /dev/null differ diff --git a/cromulant/img/icon_7.jpg b/cromulant/img/icon_7.jpg deleted file mode 100644 index 27c7fcc..0000000 Binary files a/cromulant/img/icon_7.jpg and /dev/null differ