Day 52: Boss Sprite

Boqin Zhang
Mar 6, 2023

--

It’s time to create a boss! Let’s focus on creating the sprite first.

Creating a boss sprite doesn’t require photoshopping or editing skills. There are ways to create a fierce looking enemy with the assets we already have. The steps are:

  1. Create empty empty object
  2. Put game objects into empty object
  3. Adjust the game objects position

This boss is basically an empty game object made from many basic sprites.

Next time, we’ll code the boss’ behavior. We’ll give separate attack patterns for the face (triangle) and the arms.

--

--