Better align title with game icon in pause screen

This commit is contained in:
raven02 2013-03-31 18:42:21 +08:00
parent 94e6e1b47c
commit 4492541667

View file

@ -324,7 +324,7 @@ void PauseScreen::render() {
ctx->RebindTexture();
}
ui_draw2d.DrawText(UBUNTU48, title, dp_xres / 2, 30, 0xFFFFFFFF, ALIGN_HCENTER);
ui_draw2d.DrawText(UBUNTU48, title, 10+144+10, 30, 0xFFFFFFFF, ALIGN_LEFT);
int x = 30;
int y = 50;