El marcador ya se puede pintar en cualquier coordenada

This commit is contained in:
2024-05-31 13:12:56 +02:00
parent ecafaec7e1
commit d363599745
3 changed files with 123 additions and 71 deletions

View File

@@ -247,7 +247,7 @@ void Game::init()
}
// Marcador
scoreboard->setPos({0, 20, 256, 32});
scoreboard->setPos({10, 20, 256, 32});
if (difficulty == DIFFICULTY_NORMAL)
{
scoreboard->setColor({46, 63, 71});