Mods
This commit is contained in:
parent
60434e561b
commit
96c6db1e90
|
@ -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"
|
||||
|
|
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 |
Loading…
Reference in New Issue