Flutter-Bounty-Hunters / follow_the_leader

MIT License
13 stars 5 forks source link

Boundary fading should only happen when Leader is completely off-screen #30

Closed matthew-carroll closed 1 year ago

matthew-carroll commented 1 year ago

Currently, we fade the Follower when the top-left corner of the Leader moves off-screen or beyond a boundary.

Instead, we should only fade out the Follower when the entirety of the Leader is off-screen or beyond a boundary.