majiajia
Results
1
issues of
majiajia
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...