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

@@ -52,7 +52,7 @@ Item::~Item()
}
// Pinta el objeto en pantalla
void Item::draw()
void Item::render()
{
const int index = (counter / 2) % color.size();
sprite->getTexture()->setColor(color[index].r, color[index].g, color[index].b);