[Add] Just a little fun adding a title to our player.
This commit is contained in:
parent
8ae564528a
commit
098d4f900e
@ -158,8 +158,12 @@ void Game::RenderGame(void) {
|
|||||||
_NPC->Render();
|
_NPC->Render();
|
||||||
_testFont->RenderText(
|
_testFont->RenderText(
|
||||||
_player->GetX() - 5,
|
_player->GetX() - 5,
|
||||||
_player->GetY() - _testFont->GetLineSkip() - 2,
|
_player->GetY() - _testFont->GetLineSkip() - 20,
|
||||||
"Miss D");
|
"Miss D");
|
||||||
|
_testFont->RenderText(
|
||||||
|
_player->GetX() - 50,
|
||||||
|
_player->GetY() - _testFont->GetLineSkip() - 2,
|
||||||
|
"<Mistress of Magic>");
|
||||||
}
|
}
|
||||||
|
|
||||||
void Game::NewGame(void) {
|
void Game::NewGame(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user