From aaf4842b0b0c336933628a1d9a720d9c7ab8efaa Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Tue, 23 Feb 2021 23:41:17 -0500 Subject: [PATCH] Update alpha warning --- Adventure Game/adventure_game/__main__.py | 8 ++++++-- Adventure Game/adventure_game/logs/AdventureGame.log | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Adventure Game/adventure_game/__main__.py b/Adventure Game/adventure_game/__main__.py index 64ca805..9532fde 100644 --- a/Adventure Game/adventure_game/__main__.py +++ b/Adventure Game/adventure_game/__main__.py @@ -15,8 +15,12 @@ class AlphaWarning(npyscreen.Popup): def create(self): self.add(npyscreen.Pager, values=['Welcome to Unnamed Adventure game!', - 'Please enjoy your stay and report any bugs at', - 'kitsunehosting.net'], editable=False) + 'This game is still in ALPHA! And a TON', + 'of features are not implemented.', + 'Please check out the git project for', + 'details and updates! and please report', + 'any bugs! Thank you and enjoy!', + 'https://kitsunehosting.net/gitea/Kenwood/SNHU-IT-140/issues'], editable=False) class AdventureGame(npyscreen.NPSAppManaged): diff --git a/Adventure Game/adventure_game/logs/AdventureGame.log b/Adventure Game/adventure_game/logs/AdventureGame.log index e69de29..db24599 100644 --- a/Adventure Game/adventure_game/logs/AdventureGame.log +++ b/Adventure Game/adventure_game/logs/AdventureGame.log @@ -0,0 +1,2 @@ +INFO:root:Logging started! +DEBUG:root:Gamelib at adventure_game\gamedata\gamelib.yaml