Update alpha warning
This commit is contained in:
parent
cc0f6f9f9e
commit
aaf4842b0b
|
@ -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):
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
INFO:root:Logging started!
|
||||
DEBUG:root:Gamelib at adventure_game\gamedata\gamelib.yaml
|
Loading…
Reference in New Issue