fossasia / flappy-svg

Flappy Bird in SVG. Play it at http://fossasia.github.io/flappy-svg/
Other
1.61k stars 157 forks source link

Two background choose-buttons are not working #177

Closed niccokunzmann closed 7 years ago

niccokunzmann commented 7 years ago

Two buttons that choose the background are not choosing another background.

Marauderer97 commented 7 years ago

Hello @niccokunzmann , I would like to work on this issue Could this be assigned to me?

niccokunzmann commented 7 years ago

It is assigned to you, now.

Marauderer97 commented 7 years ago

@niccokunzmann I am new to this project and am still trying to figure out the exact working. From what I figured, the function to show the backgrounds(island/binary) are not getting called at all when the image is being clicked. Can you tell me how to proceed?

niccokunzmann commented 7 years ago

I do not know. I did not program it. But I guess, looking at the existing backgrounds, you can figure out what is similar and what is different. onclick could be an attribute to look for.

niccokunzmann commented 7 years ago

Thanks, I see, you fixed it!