Retocados dos pixels sobrantes

This commit is contained in:
2024-06-15 15:36:16 +02:00
parent fc4407c449
commit c10de5e929
2 changed files with 1 additions and 1 deletions

View File

@@ -246,7 +246,7 @@ void Title::render()
if (section->subsection == SUBSECTION_TITLE_2)
{
// PRESS ANY KEY!
// 'PULSA 1P o 2P PARA JUGAR'
if (counter % 50 > 14)
{
text1->writeDX(TXT_CENTER | TXT_SHADOW, GAMECANVAS_CENTER_X, GAMECANVAS_HEIGHT / 5 * 3, lang->getText(23), 1, noColor, 1, shdwTxtColor);