fossasia / flappy-svg

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

Octodex Character Layer is not working #233

Closed Elgayar closed 7 years ago

Elgayar commented 7 years ago

I expect to see my character available to pick. Instead, my character doesn't appear... However, there are no errors... Any hints on what my problem might be? Merge: #232

abishekvashok commented 7 years ago

To make it available to pick you have to place a static IMG code under the Image tags where the characters are place. In the PR you added the character but did not make it available for choosing. See the code which makes other characters appear in flappy.svg file and

Marauderer97 commented 7 years ago

@Elgayar Has this been fixed? I saw some new commits to the PR?

hemanthsavasere commented 7 years ago

Hi @Elgayar, When I saw the Flappy SVG file the octodex and the botty had same images. I think that's what is happening.

hemanthsavasere commented 7 years ago

hi @Elgayar I fixed it.

hemanthsavasere commented 7 years ago

image bca3.png) image

Elgayar commented 7 years ago

Thank you so much :)

Elgayar commented 7 years ago

Can you please tell me what exactly was the problem? @hemanthsavasere

hemanthsavasere commented 7 years ago

hi @Elgayar Hey I saw your character in the layers folder where each character had their individual svg files, but it was not there in the main flappy.svg file and there was botty character added instead of your octodex.

Elgayar commented 7 years ago

Ohh, so it was just a silly mistake :D Thanks again!