Compare commits
No commits in common. "9fa60fe4044593660d78df552c1046400fea66b8" and "392808409849f03463026e7a0504f2f5b82693c0" have entirely different histories.
9fa60fe404
...
3928084098
|
@ -95,16 +95,3 @@ 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: Expand this by loding the text from the game
|
||||
#WARN: THIS MAY REQUIRE REWRITING HANDLER.PY TO INTALIZE THE ROOM OBJECT OUTSIDE OF HANDLER.PY
|
||||
self.update_log('Welcome back! Try "LOOK AROUND" to get started.')
|
||||
self.update_log('>>Note from joe: Welcome! you\'re playing the demo! Please dont mind text issues like |this| and *this*\ni have yet to implement color!')
|
||||
|
|
Loading…
Reference in New Issue