This commit is contained in:
Auric Vente 2024-07-20 05:59:19 -06:00
parent ecde4b4c73
commit e38c651249
9 changed files with 20 additions and 6 deletions

View File

@ -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)
![](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)

View File

@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

After

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB