Skip to content

Commit

Permalink
Built Remastered release
Browse files Browse the repository at this point in the history
also added my tagline, because it's cool B-)
  • Loading branch information
VictorieeMan committed Dec 4, 2021
1 parent ce2d2fc commit da44161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/State_Title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ void TitleState::Draw(Renderer &renderer) const
extra = L" debug";
#endif

version << Text(WSTRING(L"version " << PianoGameVersionString << extra), Gray);
version << Text(WSTRING(L"version " << PianoGameVersionString << extra << " Remastered by @VictorieeMan"), Gray);

Layout::DrawHorizontalRule(renderer, GetStateWidth(), GetStateHeight() - Layout::ScreenMarginY);

Expand Down

0 comments on commit da44161

Please sign in to comment.