Add dev note and welcome back/starter text

This commit is contained in:
Joe S 2021-02-24 01:00:38 -05:00
parent 0d58881e94
commit 9fa60fe404
1 changed files with 5 additions and 1 deletions

View File

@ -103,4 +103,8 @@ class GameNavigator(npyscreen.FormBaseNew):
"""
#TODO: load art from the last place the player was in
#TODO: load up inventory
#TODO: loadup enter_text
#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!')