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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 716 B

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);