diff --git a/cromulant/config.py b/cromulant/config.py index d8ed3c2..1146eb9 100644 --- a/cromulant/config.py +++ b/cromulant/config.py @@ -59,6 +59,7 @@ class Config: separator_color: str = "rgb(111, 111, 111)" icon_on: str = "✅" icon_off: str = "❌" + ant: str = "🐜" @staticmethod def prepare() -> None: diff --git a/cromulant/game.py b/cromulant/game.py index 1866c93..9dc05a4 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -520,7 +520,7 @@ class Game: @staticmethod def about() -> None: lines = [ - f"Cromulant v{Config.manifest["version"]} 🐜", + f"Cromulant v{Config.manifest["version"]} {Config.ant}", "Listen to the ants and watch them go.", "Just run it and leave it open on your screen.", "5% of revenue goes to the local ant shelter.",