Borradas clases que no se utilizaban

This commit is contained in:
2022-08-29 18:29:39 +02:00
parent 9a20d5fc1b
commit 47c57a9f44
20 changed files with 70 additions and 666 deletions

View File

@@ -63,7 +63,7 @@ Player::~Player()
}
// Pinta el enemigo en pantalla
void Player::draw()
void Player::render()
{
sprite->getTexture()->setColor(color.r, color.g, color.b);
sprite->render();