diff --git a/Adventure Game/adventure_game/GameNavigator.py b/Adventure Game/adventure_game/GameNavigator.py index c32f50b..c81e75e 100644 --- a/Adventure Game/adventure_game/GameNavigator.py +++ b/Adventure Game/adventure_game/GameNavigator.py @@ -95,3 +95,12 @@ class GameNavigator(npyscreen.FormBaseNew): name="Quit", relx=1, rely=1) + + """ + We've reached end of __init__ basicly by this point + its up to Handler.py to actually play the game, but we should + do some basic initalization here + """ + #TODO: load art from the last place the player was in + #TODO: load up inventory + #TODO: loadup enter_text