FlappyBird
FlappyBird copied to clipboard
Flappy Bird game developed by Cocos Creator which can run on Web, Android and iOS
Hi. I've tried to use your source code on my PC but it doesn't work with many errors. I think the version is different when you've committed between now and...
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...
Hello, how do I deploy the web client and change the texture? How to change the pillars, birds, and background textures?