Objective: Create movement for the boss to have upon entering the scene.
Step 1: Make a new variable for controlling the bosses speed and end position
Step 2: Set these variables in start (you can change them to fit whatever you need) also start the coroutine we will need for moving to start
Step 3: Create the Coroutine to move to the starting position
Step 4: Setup a way to stop the coroutine in update