Make it easy to change name of game later on, savegame will still use Whiskerbound to not break stuff though

This commit is contained in:
2026-04-19 07:55:11 -04:00
parent 7db1286694
commit 6834d2c1af
4 changed files with 12 additions and 11 deletions

View File

@@ -7,7 +7,6 @@ import data.cat
import data.text
import systems.debug
current_cat: data.cat.Cat | None = None
@@ -35,7 +34,7 @@ def clear():
def title():
clear()
print("=== Whiskerbound ===\n")
print(f"=== {data.text.GAME_NAME} ===\n")
STYLE = questionary.Style(