From 9fa60fe4044593660d78df552c1046400fea66b8 Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Wed, 24 Feb 2021 01:00:38 -0500 Subject: [PATCH] Add dev note and welcome back/starter text --- Adventure Game/adventure_game/GameNavigator.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Adventure Game/adventure_game/GameNavigator.py b/Adventure Game/adventure_game/GameNavigator.py index c81e75e..b986b47 100644 --- a/Adventure Game/adventure_game/GameNavigator.py +++ b/Adventure Game/adventure_game/GameNavigator.py @@ -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!')