adventure-game #3
|
@ -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):
|
||||
|
|
|
@ -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 "[]"
|
||||
|
|
Loading…
Reference in New Issue