trabajando los items

This commit is contained in:
2022-10-03 11:45:09 +02:00
parent 9c35fadd55
commit 91b868572e
22 changed files with 266 additions and 194 deletions

View File

@@ -384,7 +384,10 @@ private:
Uint8 dropItem();
// Crea un objeto item
void createItem(LTexture *texture, SDL_Renderer *renderer, Uint8 type, float x, float y);
void createItem(Uint8 type, float x, float y);
// Vacia el vector de items
void freeItems();
// Crea un objeto SmartSprite
void createItemScoreSprite(int x, int y, SmartSprite *sprite);