Galaxy Shooter — Phase II: Core Programming
Day 43 — Aspiring Game Creator
2D Game Dev: Galaxy Shooter

Object: Enemy Shields
Random enemy ships will have the ability to generate shields, absorbing hits from laser cannon.

Similar to The Shield power-up for the player, the enemy shield is a separate game object which, when activated, will absorb damage.
Once the shield strength is reduced to zero, the shield will deactivate and the enemy will become vulnerable.
