From 1bad7cf99bc4e290277db6aebca71902d24397d0 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Mon, 18 Oct 2004 20:42:11 +0000 Subject: [PATCH] Ooops. I've alligned help text on center to test draw_text() and mistakely commit it. SVN-Revision: 2027 --- src/leveleditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0