add some todos
This commit is contained in:
parent
3928084098
commit
0d58881e94
|
@ -95,3 +95,12 @@ 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: loadup enter_text
|
||||||
|
|
Loading…
Reference in New Issue