Skip to content

Commit

Permalink
Add the name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatDNS committed Jan 22, 2024
1 parent 680fd9d commit fa85563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Game/Game/Src/Game/UIManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ void UIManager::Update(float deltaTime)

void UIManager::Render()
{
App::Print(20, 20, "ThatDNS.dev", 1.0f, 1.0f, 1.0f, GLUT_BITMAP_HELVETICA_12);
App::Print(APP_VIRTUAL_WIDTH - 130, 20, "Music by DJ Striden", 1.0f, 1.0f, 1.0f, GLUT_BITMAP_HELVETICA_12);

if (!gameStarted)
Expand Down

0 comments on commit fa85563

Please sign in to comment.