Añadida la textura para el mapa

This commit is contained in:
2022-07-03 08:54:57 +02:00
parent f14388530d
commit 0a24af663f
3 changed files with 38 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ section_t Game::run()
mScreen->clean(color);
mScreen->clean(mRoom->getBGColor());
mRoom->draw();
mRoom->drawMap();
// Escribe las medidas de ancho y alto de la pantalla
// mText->writeCentered(GAMECANVAS_CENTER_X, 0, std::to_string(GAMECANVAS_WIDTH), -1);