use previous "phaseinfo" as fakebar

This commit is contained in:
Anthony Calosa
2016-07-18 10:38:40 +08:00
parent 592a48c725
commit acbaa69305
2 changed files with 12 additions and 1 deletions

View File

@@ -117,7 +117,7 @@ void GameStateMenu::Create()
{
currentState = MENU_STATE_MAJOR_LANG | MENU_STATE_MINOR_NONE;
}
scroller = NEW TextScroller(Fonts::MAIN_FONT, SCREEN_WIDTH / 2 + 50, 5, 180);
scroller = NEW TextScroller(Fonts::MAIN_FONT, SCREEN_WIDTH / 2 + 65, 5, 180);
scrollerSet = 0;
splashTex = NULL;