Mods
This commit is contained in:
@@ -17,7 +17,7 @@ class Config:
|
||||
hatched_image_path: Path
|
||||
terminated_image_path: Path
|
||||
names_json: Path
|
||||
background_color: str = "#2c2c2c"
|
||||
background_color: str = "rgb(44, 44, 44)"
|
||||
text_color: str = "#ffffff"
|
||||
image_size: int = 80
|
||||
space_1: int = 20
|
||||
@@ -56,4 +56,4 @@ class Config:
|
||||
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"
|
||||
Config.logo_path = Config.here / "img" / "logo_3.jpg"
|
||||
Config.logo_path = Config.here / "img" / "logo_3.jpg"
|
Reference in New Issue
Block a user