Colisiones básicas completadas
This commit is contained in:
@@ -115,4 +115,7 @@ void Game::renderDebugInfo()
|
||||
|
||||
text = std::to_string((int)player->sprite->getPosX()) + "," + std::to_string((int)player->sprite->getPosY());
|
||||
debugText->write(0, line, text, -1);
|
||||
|
||||
//text = std::to_string(player->checkMapCollisions());
|
||||
//debugText->write(0, line+=6, text, -1);
|
||||
}
|
||||
Reference in New Issue
Block a user