How to exchange a red ball for a cartoon image
I just completed the Game Development course along with the final code repo project. The final project had me create a red ball that jumps everytime you either tap the screen on your touch screen mobile device or tap a key on your PC. The ball has gravity and starts to fall when you stop tapping and gets higher and higher as you tap. I am wanting change out the red ball for an actual character. In the lesson on adding imagestheyshow how to do this. In the example link below, the lesson imported the Sololearn logo to the page. I was able to successfully change out the logo for a cartoon character of a penguin I found online: https://code.sololearn.com/WobkPJfKoXJ6/?ref=app This is the link to an altered version of my final code repo project for the course where I was able to tweek some things to be more interesting, but I was unable to successfully change out the ball for the cartoon penguin I found online: https://code.sololearn.com/WsfbI0r2p12D/?ref=app Does anyone know how to do this?