Skip to content

Commit

Permalink
Adjust no worlds text
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Jan 13, 2024
1 parent e9f9a54 commit 9b41348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -808,12 +808,12 @@ void Game::draw(void)
switch (lang)
{
case Language::English:
font.printCentered(0, 100, "No worlds yet!");
font.printCentered(0, 111, "Create a world by pressing \2:A .");
font.printCentered(0, 81, "No worlds yet!");
font.printCentered(0, 100, "Create a world by pressing \2:A .");
break;
case Language::Russian:
fontRu.printCentered(0, 100, "Qqmb pgu oksqd<");
fontRu.printCentered(0, 111, "Obiokug \2:A @ zuqc\" tqjfbu# oks");
fontRu.printCentered(0, 81, "Qqmb pgu oksqd<");
fontRu.printCentered(0, 100, "Obiokug \2:A @ zuqc\" tqjfbu# oks");
break;
}
}
Expand Down

0 comments on commit 9b41348

Please sign in to comment.