Mods
This commit is contained in:
parent
b18cb19fc2
commit
a4004c8f9d
|
@ -89,8 +89,8 @@ class Config:
|
||||||
|
|
||||||
Config.names_json = Config.here / "data" / "names.json"
|
Config.names_json = Config.here / "data" / "names.json"
|
||||||
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.jpg"
|
||||||
Config.status_image_path = Config.here / "img" / "icon_2.jpg"
|
Config.status_image_path = Config.here / "img" / "status.jpg"
|
||||||
Config.hatched_image_path = Config.here / "img" / "hatched.jpg"
|
Config.hatched_image_path = Config.here / "img" / "hatched.jpg"
|
||||||
Config.top_image_path = Config.here / "img" / "top.jpg"
|
Config.top_image_path = Config.here / "img" / "top.jpg"
|
||||||
Config.terminated_image_path = Config.here / "img" / "terminated.jpg"
|
Config.terminated_image_path = Config.here / "img" / "terminated.jpg"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 492 KiB |
Binary file not shown.
Before Width: | Height: | Size: 320 KiB |
Before Width: | Height: | Size: 271 KiB After Width: | Height: | Size: 271 KiB |
8
more.md
8
more.md
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
## Assets
|
## Assets
|
||||||
|
|
||||||
![](cromulant/img/icon_1.jpg)
|
![](cromulant/img/status.jpg)
|
||||||
|
|
||||||
![](cromulant/img/icon_2.jpg)
|
![](cromulant/img/hatched.jpg)
|
||||||
|
|
||||||
![](cromulant/img/icon_3.jpg)
|
![](cromulant/img/terminated.jpg)
|
||||||
|
|
||||||
![](cromulant/img/icon_4.jpg)
|
![](cromulant/img/top.jpg)
|
||||||
|
|
||||||
## Soundtrack
|
## Soundtrack
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue