Compare commits
2 Commits
3928084098
...
9fa60fe404
Author | SHA1 | Date |
---|---|---|
|
9fa60fe404 | |
|
0d58881e94 |
|
@ -95,3 +95,16 @@ class GameNavigator(npyscreen.FormBaseNew):
|
||||||
name="Quit",
|
name="Quit",
|
||||||
relx=1,
|
relx=1,
|
||||||
rely=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