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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user