Trabajando para que el cambio de paleta sea en tiempo real

This commit is contained in:
2022-10-25 22:25:14 +02:00
parent dc84ed79d6
commit 0f443b38bc
6 changed files with 23 additions and 50 deletions

View File

@@ -691,6 +691,12 @@ void Player::reLoadTexture()
texture->reLoad();
}
// Recarga la paleta
void Player::reLoadPalette()
{
color = stringToColor(options->palette, "white");
}
// Establece el valor de la variable
void Player::setRoom(Room *room)
{