As a crow, I want to be able to catch the player no matter where they hide
Description:
Describe the feature you'd like to see added.
Currently the crow only moves completely within the playable area. The z-pos code needs to be changed so that it can spawn along the fence boundaries making it so that it can get the player at all areas onscreen
Code that needs changed:
private int GetRandomZPos() => Random.Range(2, 9); //Modify this range
Use Case:
Outline the use case and/or provide a user story.
Description:
Describe the feature you'd like to see added.
Code that needs changed: