- updated regular settings for original intro so timing is correct

This commit is contained in:
Mark Vejvoda 2011-10-07 20:53:36 +00:00
parent e090df259d
commit df22657b54
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ Intro::Intro(Program *program):
int appear= Intro::appearTime;
int disappear= Intro::showTime+Intro::appearTime+Intro::disapearTime;
texts.push_back(new Text("based on the award winning Glest", Vec2i(w/2, h/2), appear, coreData.getMenuFontVeryBig(),coreData.getMenuFontVeryBig3D()));
texts.push_back(new Text("based on the award winning game Glest", Vec2i(w/2, h/2), appear, coreData.getMenuFontVeryBig(),coreData.getMenuFontVeryBig3D()));
texts.push_back(new Text("the MegaGlest team presents...", Vec2i(w/2, h/2), disappear, coreData.getMenuFontVeryBig(),coreData.getMenuFontVeryBig3D()));
texts.push_back(new Text(coreData.getLogoTexture(), Vec2i(w/2-128, h/2-64), Vec2i(256, 128), disappear *(++displayItemNumber)));