diff --git a/source/credits.cpp b/source/credits.cpp index ab3d2e0..ec4e6bc 100644 --- a/source/credits.cpp +++ b/source/credits.cpp @@ -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++; }