Update the alpha warning again
This commit is contained in:
parent
aaf4842b0b
commit
f0f7c40617
|
@ -14,13 +14,14 @@ class AlphaWarning(npyscreen.Popup):
|
||||||
self.parentApp.setNextForm('MENU')
|
self.parentApp.setNextForm('MENU')
|
||||||
|
|
||||||
def create(self):
|
def create(self):
|
||||||
self.add(npyscreen.Pager, values=['Welcome to Unnamed Adventure game!',
|
self.add(npyscreen.MultiLineEdit, value="""Welcome to Unnamed Adventure game!
|
||||||
'This game is still in ALPHA! And a TON',
|
This game is still in ALPHA! And a TON
|
||||||
'of features are not implemented.',
|
of features are not implemented.
|
||||||
'Please check out the git project for',
|
Please check out the git project for
|
||||||
'details and updates! and please report',
|
details and updates! and please report
|
||||||
'any bugs! Thank you and enjoy!',
|
any bugs! Thank you and enjoy!
|
||||||
'https://kitsunehosting.net/gitea/Kenwood/SNHU-IT-140/issues'], editable=False)
|
https://kitsunehosting.net/gitea/Kenwood/SNHU-IT-140/issues""",
|
||||||
|
editable=False)
|
||||||
|
|
||||||
|
|
||||||
class AdventureGame(npyscreen.NPSAppManaged):
|
class AdventureGame(npyscreen.NPSAppManaged):
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
INFO:root:Logging started!
|
INFO:root:Logging started!
|
||||||
DEBUG:root:Gamelib at adventure_game\gamedata\gamelib.yaml
|
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