npyscreen-adventure-game #8
|
@ -32,6 +32,10 @@ class AdventureGame(npyscreen.NPSAppManaged):
|
|||
# dimensions['inventory_width']+dimensions['art_width'],
|
||||
# 30)) # TODO: Finish setting this up.
|
||||
|
||||
# Set theme
|
||||
#TODO: modify custom theme?
|
||||
npyscreen.setTheme(npyscreen.Themes.ElegantTheme)
|
||||
|
||||
# Draw game windows
|
||||
self.addForm('GAME', GameNavigator, name='Unnamed Adventure Game') # This window should draw the actual game
|
||||
self.addForm('MENU', MainMenu, name='Welcome to the main menu') # This window should draw the main menu
|
||||
|
|
Loading…
Reference in New Issue