X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FMenu%2FMenu.cpp;h=776d8258b5a3d284421027121db34372c2fe7bc1;hp=caabec392baa5321457c89a20dbf4e284aeee7a4;hb=217da32c9ec772214e6cdbf238224aa930f819df;hpb=845b8ad33ffc79190b6c89e22fa2a7e9913a1e16 diff --git a/Source/Menu/Menu.cpp b/Source/Menu/Menu.cpp index caabec3..776d825 100644 --- a/Source/Menu/Menu.cpp +++ b/Source/Menu/Menu.cpp @@ -503,9 +503,9 @@ void Menu::Load() addButton(numchallengelevels, "Back", 10, 10); break; case 10: { - addLabel(0, campaignEndText[0], 220, 330); - addLabel(1, campaignEndText[1], 140, 300); - addLabel(2, campaignEndText[2], 110, 270); + addLabel(0, campaignEndText[0], 80, 330); + addLabel(1, campaignEndText[1], 80, 300); + addLabel(2, campaignEndText[2], 80, 270); addButton(3, "Back", 10, 10); addLabel(4, string("Your score: ") + to_string((int)Account::active().getCampaignScore()), 190, 200); addLabel(5, string("Highest score: ") + to_string((int)Account::active().getCampaignHighScore()), 190, 180);