Mods
This commit is contained in:
@@ -59,6 +59,7 @@ class Config:
|
|||||||
separator_color: str = "rgb(111, 111, 111)"
|
separator_color: str = "rgb(111, 111, 111)"
|
||||||
icon_on: str = "✅"
|
icon_on: str = "✅"
|
||||||
icon_off: str = "❌"
|
icon_off: str = "❌"
|
||||||
|
ant: str = "🐜"
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def prepare() -> None:
|
def prepare() -> None:
|
||||||
|
@@ -520,7 +520,7 @@ class Game:
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def about() -> None:
|
def about() -> None:
|
||||||
lines = [
|
lines = [
|
||||||
f"Cromulant v{Config.manifest["version"]} 🐜",
|
f"Cromulant v{Config.manifest["version"]} {Config.ant}",
|
||||||
"Listen to the ants and watch them go.",
|
"Listen to the ants and watch them go.",
|
||||||
"Just run it and leave it open on your screen.",
|
"Just run it and leave it open on your screen.",
|
||||||
"5% of revenue goes to the local ant shelter.",
|
"5% of revenue goes to the local ant shelter.",
|
||||||
|
Reference in New Issue
Block a user