diff --git a/Adventure Game/adventure_game/__main__.py b/Adventure Game/adventure_game/__main__.py index 9532fde..28aec21 100644 --- a/Adventure Game/adventure_game/__main__.py +++ b/Adventure Game/adventure_game/__main__.py @@ -14,13 +14,14 @@ class AlphaWarning(npyscreen.Popup): self.parentApp.setNextForm('MENU') def create(self): - self.add(npyscreen.Pager, values=['Welcome to Unnamed Adventure game!', - '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) + self.add(npyscreen.MultiLineEdit, value="""Welcome to Unnamed Adventure game! +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 db24599..af934e6 100644 --- a/Adventure Game/adventure_game/logs/AdventureGame.log +++ b/Adventure Game/adventure_game/logs/AdventureGame.log @@ -1,2 +1,5 @@ INFO:root:Logging started! DEBUG:root:Gamelib at adventure_game\gamedata\gamelib.yaml +DEBUG:root:Send button pressed! +WARNING:root:Command "" could not be split, was it malformed or incomplete? +INFO:root:Parsed command "" with arguments "[]"