From: Ricardo Cruz Date: Mon, 18 Oct 2004 20:42:11 +0000 (+0000) Subject: Ooops. I've alligned help text on center to test draw_text() and mistakely commit it. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=inline;h=1bad7cf99bc4e290277db6aebca71902d24397d0;p=supertux.git Ooops. I've alligned help text on center to test draw_text() and mistakely commit it. SVN-Revision: 2027 --- diff --git a/src/leveleditor.cpp b/src/leveleditor.cpp index c423e186f..623a51355 100644 --- a/src/leveleditor.cpp +++ b/src/leveleditor.cpp @@ -992,7 +992,7 @@ for(unsigned int i = 0; i < sizeof(text) / sizeof(text[0]); i++) context.draw_text(blue_text, _("- Level Editor's Help -"), Vector(screen->w/2, 60), CENTER_ALLIGN, LAYER_GUI); - context.draw_text(white_small_text, *text[i], Vector(/*20*/screen->w/2, 120), CENTER_ALLIGN, LAYER_GUI); + context.draw_text(white_small_text, *text[i], Vector(20, 120), LEFT_ALLIGN, LAYER_GUI); sprintf(str,_("Press any key to continue - Page %d/%d"), i+1, sizeof(text) / sizeof(text[0])); context.draw_text(gold_text, str, Vector(screen->w/2, screen->h-60), CENTER_ALLIGN, LAYER_GUI);