FlappyBird icon indicating copy to clipboard operation
FlappyBird copied to clipboard

modify question that the bird will fly to out of the screen

Open majiajia opened this issue 7 years ago • 0 comments

Bird.js _updatePosition let visibleSize = cc.director.getVisibleSize(); if (this.node.y >= visibleSize.height / 2) { this.node.y = visibleSize.height / 2 - 10; }

if the bird is out of screen ,the bird will be just be the top of the screen

majiajia avatar Mar 14 '18 01:03 majiajia