Skip to content

Commit

Permalink
crewmate
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jan 13, 2024
1 parent 37b3bad commit 371cc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/LevelProgressDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void LevelProgressDialog::show(GJGameLevel* level){


if(level->m_levelID == -1){
FLAlertLayer::create(nullptr, "It's a secret...", "<cr>Roses are red</c>\n<cl>Violets are blue</c>\n<cg>Welcome to</c>\n<cy>2.2</c>", "OK", nullptr, 360)->show();
FLAlertLayer::create(nullptr, "It's a secret...", "<cr>Crewmates are red</c>\n<cl>Violets are blue</c>\n<cg>Welcome to</c>\n<cy>2.2</c>", "OK", nullptr, 360)->show();
return;
}

Expand Down

0 comments on commit 371cc57

Please sign in to comment.