Seguimos con las nuevas colisiones

This commit is contained in:
2022-09-04 18:04:32 +02:00
parent 8630a0ae56
commit 1351943c79
5 changed files with 111 additions and 104 deletions

View File

@@ -566,4 +566,10 @@ void Room::reLoadTexture()
{
item->reLoadTexture();
}
}
// Obten el tamaño del tile
int Room::getTileSize()
{
return 8;
}