This commit is contained in:
Auric Vente 2024-07-25 07:36:14 -06:00
parent 60434e561b
commit 96c6db1e90
5 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,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_red.jpg"
Config.hatched_image_path = Config.here / "img" / "icon_4_green.jpg"
Config.hatched_image_path = Config.here / "img" / "hatched.jpg"
Config.terminated_image_path = Config.here / "img" / "terminated.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"

BIN
cromulant/img/hatched.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB