newlinedotco / FlappySwift

swift implementation of flappy bird. More at fullstackedu.com
https://www.fullstackedu.com
MIT License
9.68k stars 2.68k forks source link

Fix starting position of bird to match starting position after reset #87

Open ghost opened 4 years ago

ghost commented 4 years ago

The initial position was being calculated differently from the position set in resetScene. This was causing inconsistency in the bird's position relative to the leading edge on first vs subsequent runs.