diff --git a/src/Main/Game.cpp b/src/Main/Game.cpp index c967953..03bcc35 100644 --- a/src/Main/Game.cpp +++ b/src/Main/Game.cpp @@ -158,8 +158,12 @@ void Game::RenderGame(void) { _NPC->Render(); _testFont->RenderText( _player->GetX() - 5, - _player->GetY() - _testFont->GetLineSkip() - 2, + _player->GetY() - _testFont->GetLineSkip() - 20, "Miss D"); + _testFont->RenderText( + _player->GetX() - 50, + _player->GetY() - _testFont->GetLineSkip() - 2, + ""); } void Game::NewGame(void) {