diff --git a/Game companion Rev 2.py b/Game companion Rev 2.py index c9560fd..9a23397 100644 --- a/Game companion Rev 2.py +++ b/Game companion Rev 2.py @@ -44,7 +44,7 @@ def stage1(): print(Graphics.Gamecompanion) print(" Welcome to Game companion \n", Graphics.Rever) time.sleep(3) - print(" Press N to exit, or press any key to get started") + print(" \n Press N to exit, or press any key to get started") A = input(" user: ") if A == "N" or A == "n": stageExist() diff --git a/Graphics.py b/Graphics.py index 904faaa..c107322 100644 --- a/Graphics.py +++ b/Graphics.py @@ -8,4 +8,4 @@ Editpoints = pyfiglet.figlet_format("Edit Points") Finalpoints = pyfiglet.figlet_format("Final Points") Cointoss = pyfiglet.figlet_format("Cointoss") Bye = pyfiglet.figlet_format("GoodBye") -Rever = " rev: 2.0 ver: 1.7.0" \ No newline at end of file +Rever = "Rev: 2.0, Ver: 1.7.0, Pyfiglet 0.7" \ No newline at end of file diff --git a/__pycache__/Graphics.cpython-310.pyc b/__pycache__/Graphics.cpython-310.pyc index e91c772..94797b1 100644 Binary files a/__pycache__/Graphics.cpython-310.pyc and b/__pycache__/Graphics.cpython-310.pyc differ