[Super-tux-commit] supertux/src leveleditor.cpp,1.158,1.159
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-10-18 20:42:24
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28268/src Modified Files: leveleditor.cpp Log Message: Ooops. I've alligned help text on center to test draw_text() and mistakely commit it. Index: leveleditor.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/leveleditor.cpp,v retrieving revision 1.158 retrieving revision 1.159 diff -u -d -r1.158 -r1.159 --- leveleditor.cpp 18 Oct 2004 16:52:28 -0000 1.158 +++ leveleditor.cpp 18 Oct 2004 20:42:11 -0000 1.159 @@ -992,7 +992,7 @@ 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); |