npyscreen-adventure-game #8

Manually merged
Kenwood merged 29 commits from npyscreen-adventure-game into adventure-game 2021-02-23 13:43:20 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit db78cca216 - Show all commits

View File

@ -19,8 +19,8 @@ class MainMenu(npyscreen.Form):
self.parentApp.setNextForm('GAME') self.parentApp.setNextForm('GAME')
def create(self): def create(self):
self.add(npyscreen.MultiLineEdit, value='Test', editable=False)
self.playerSaveLocation = self.add(npyscreen.TitleFilenameCombo, name="Filename:") self.playerSaveLocation = self.add(npyscreen.TitleFilenameCombo, name="Filename:")
self.add(npyscreen.MultiLineEdit, value='Test', editable=False)
class AlphaWarning(npyscreen.Popup): class AlphaWarning(npyscreen.Popup):