From 08fbe5a62a41a2ecf02bae610c62a3faf624d663 Mon Sep 17 00:00:00 2001 From: Shadow15510 Date: Sun, 16 Jan 2022 11:49:13 +0100 Subject: [PATCH] Minor changes --- idk/idk.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/idk/idk.py b/idk/idk.py index 013f065..312124a 100644 --- a/idk/idk.py +++ b/idk/idk.py @@ -47,7 +47,9 @@ def point_of_interest(data, stat): else: return event -print(" Island of the Dead \n * Kings *\n---------------------\nEntrez 'idk()' pour\nune nouvelle partie.") +print(center("Island of the Dead", 21, " ")) +print(center("* Kings *", 21, " ")) +print("---------------------\n\nEntrez 'idk()' pour\nune nouvelle partie.") events = {"*": npc, "?": point_of_interest} keys = {4: display_stat, 7: spell, 8: misc_stat, 6: inventory, 9: sleep, "s": quick_save}