Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Aug 10, 2022
1 parent cc99ae5 commit e03fcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Menu/Menustate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ void MenuState::on_draw(Core::Application *app, double dt) {
CC_TEXT_COLOR_SELECT_FRONT, -20);
}

fontRenderer->add_text("CrossCraft Classic 1.2 (0.30)", {3, 272 - 11},
fontRenderer->add_text("CrossCraft Classic 1.2.1 (0.30)", {3, 272 - 11},
Rendering::Color{21, 21, 21, 255}, -19);
fontRenderer->add_text("CrossCraft Classic 1.2 (0.30)", {2, 272 - 10},
fontRenderer->add_text("CrossCraft Classic 1.2.1 (0.30)", {2, 272 - 10},
Rendering::Color{85, 85, 85, 255}, -20);

fontRenderer->add_text(
Expand Down

0 comments on commit e03fcb6

Please sign in to comment.