Centrados los textos de los creditos

This commit is contained in:
2022-10-24 13:29:34 +02:00
parent db719245a3
commit b8980d1b0b

View File

@@ -125,7 +125,7 @@ void Credits::fillTexture()
for (auto t : texts) 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++; i++;
} }