Se puede definir la posición y tamaño del marcador

This commit is contained in:
2024-05-30 11:08:51 +02:00
parent ac9fe95e69
commit ecafaec7e1
3 changed files with 37 additions and 13 deletions

View File

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