Arreglado el cambio de paleta en el titulo

This commit is contained in:
2022-10-26 09:19:46 +02:00
parent 0f443b38bc
commit 57e8c0cb56
7 changed files with 67 additions and 9 deletions

View File

@@ -812,7 +812,7 @@ int Room::getSlopeHeight(SDL_Point p, tile_e slope)
debug->add("BASE = " + std::to_string(base));
// Calcula cuanto se ha entrado en el tile horizontalmente
const int pos = (p.x % tileSize); // esto da un valor entre 0 y 7
const int pos = (p.x % tileSize); // Esto da un valor entre 0 y 7
debug->add("POS = " + std::to_string(pos));
// Se resta a la base la cantidad de pixeles pos en funcion de la rampa