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

@@ -109,6 +109,9 @@ public:
// Recarga la textura
void reLoadTexture();
// Obten el tamaño del tile
int getTileSize();
};
#endif