FlappyDemo
FlappyDemo copied to clipboard
YouTube Tutorial Series - Creating Flappy Birds
i have getting error in gsm.set(new PlayState(gsm));
https://www.youtube.com/watch?v=G44YMwBoJXM&list=PLZm85UZQLd2TPXpUJfDEdWTSgszionbJy&index=13 In the tutorial it shows frames.add for example, but my libgdx doesn't show frames as being valid. It was the same for cam.update or whatever else earlier in the...
Hello, I have added sb.draw(bg, cam.position.x - (cam.viewportWidth / 2), 0); and it is showing half of the background. How can i fix that. William