This commit is contained in:
Auric Vente 2024-07-21 22:41:23 -06:00
parent 489a3f19f7
commit 857f0a374f
7 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ class Config:
Config.countries_json = Config.here / "data" / "countries.json" Config.countries_json = Config.here / "data" / "countries.json"
Config.icon_path = Config.here / "img" / "icon_1.jpg" Config.icon_path = Config.here / "img" / "icon_1.jpg"
Config.status_image_path = Config.here / "img" / "icon_2.jpg" Config.status_image_path = Config.here / "img" / "icon_2.jpg"
Config.terminated_image_path = Config.here / "img" / "icon_3.jpg" Config.terminated_image_path = Config.here / "img" / "icon_3_red.jpg"
Config.hatched_image_path = Config.here / "img" / "icon_4.jpg" Config.hatched_image_path = Config.here / "img" / "icon_4_green.jpg"
Config.font_path = Config.here / "fonts" / "NotoSans-Regular.ttf" Config.font_path = Config.here / "fonts" / "NotoSans-Regular.ttf"
Config.emoji_font_path = Config.here / "fonts" / "NotoEmoji-Regular.ttf" Config.emoji_font_path = Config.here / "fonts" / "NotoEmoji-Regular.ttf"
Config.song_path = Config.here / "audio" / "March of the Cyber Ants.mp3" Config.song_path = Config.here / "audio" / "March of the Cyber Ants.mp3"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB