#9 | 25-07-24 | Improved Spawning


Hello!

Todays task is improving the target spawning mechanic.


This required modification of two scripts, TargetMovement and TargetSpawning.

In the TargetSpawning script, I created two functions to handle spawning targets on either the left or right side of the screen. These two functions are called by a coroutine in a loop with a delay.


When the target is spawned, it will move either left or right depending on the value of two booleans: moveLeft, moveRight. The boolean's value is set by the spawning script when the target is spawned into the scene.

And now, more targets can spawn from both sides.

I also heavily modified the TimeCounter script to make the end of the game smooth and not an abrupt stop. This required modifying referencing the TargetSpawning and PlayerShooting scripts to disable the target spawning and player shooting mechanics.

Now the end is much smoother.

With these these tasks finished, the next task will be creating nicer placeholder graphics.

Thanks for reading!

Get Hit That Target!

Leave a comment

Log in with itch.io to leave a comment.