refactor de noms de resources en data/

This commit is contained in:
2025-11-26 13:57:25 +01:00
parent 61c6b9087c
commit 78a0200856
11 changed files with 9 additions and 14 deletions

View File

@@ -38,7 +38,6 @@ struct Cheat {
State infinite_lives{Defaults::Cheat::INFINITE_LIVES ? State::ENABLED : State::DISABLED}; // Indica si el jugador dispone de vidas infinitas
State invincible{Defaults::Cheat::INVINCIBLE ? State::ENABLED : State::DISABLED}; // Indica si el jugador puede morir
State alternate_skin{Defaults::Cheat::ALTERNATE_SKIN ? State::ENABLED : State::DISABLED}; // Indica si se usa una skin diferente para el jugador
// Método para comprobar si alguno de los trucos está activo
[[nodiscard]] auto enabled() const -> bool {