Spawning Ducks

i worked on the duck spawning system, it spawns each types of ducks in the game by a percentage chance, the normal ones will appear more than the special kind.

the majority of the code for spawning all of them is pretty similar. this can probably be refactored into one Spawn Method.

this should really go into its own method to get called in update.

Leave a comment