Phase 1 — Ammo and Health Collectibles

Nicholas Lim
Jun 3, 2021

These tasks are to create ammo and health collectibles.

After importing these sprites, I create a new Collectible script which is basically a copy of the Powerup script, but I just wanted a clean slate.

Collectible script

Update the Spawn Manager to spawn these collectibles from an array.

And on the Player update with code to refill ammo and health

--

--