Clase item creada. Ya dibuja items en pantalla

This commit is contained in:
2022-07-12 18:39:00 +02:00
parent ae841a45ee
commit f8db0e3a90
9 changed files with 117 additions and 44 deletions

View File

@@ -144,6 +144,7 @@ void Game::draw()
mRoom->drawMap();
mRoom->drawEnemies();
mRoom->drawItems();
mPlayer->draw();
// Texto en el centro de la pantalla