Unity2D DevLog 15 — Shields and Lasers
Enemies can shoot, and they can move in different ways. Now it's time to extend their life expectancy.
Objective:
Create a new enemy that can take more than one hit.
How I went about it:
It is a simple idea that was just as simple to implement. Besides creating a new sprite for this enemy, I also had to write a short addition to my enemy’s Script to make this work. The idea is to allow this type of enemy to take more than one hit; Forcing the player to concentrate fire on them to assure their destruction.
This extra time that forces the player to remain in one spot provided a new opportunity. I already have one enemy that shoots at the player. Why not two?
I started once more by creating new art for my Shied-Bearing Alien. I realized that if the alien lost their shield, they would have to continue without it. I had to make sure to create animations for both conditions.