Balas funcionales

This commit is contained in:
2022-10-03 03:02:46 +02:00
parent 4ac7496eff
commit 80ca04fd64
4 changed files with 96 additions and 50 deletions

View File

@@ -359,6 +359,9 @@ private:
// Crea un objeto bala
void createBullet(int x, int y, Uint8 kind, bool poweredUp, int owner);
// Vacia el vector de balas
void freeBullets();
// Actualiza los items
void updateItems();