Centrados los textos de los creditos
This commit is contained in:
@@ -125,7 +125,7 @@ void Credits::fillTexture()
|
||||
|
||||
for (auto t : texts)
|
||||
{
|
||||
text->writeColored(0, i * size, t.label, t.color);
|
||||
text->writeDX(TXT_CENTER | TXT_COLOR, PLAY_AREA_CENTER_X, i * size, t.label, 1, t.color);
|
||||
i++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user