fossasia / flappy-svg

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

Fix issue #200: Display scores instead of NaN #201

Closed gaeun closed 7 years ago

gaeun commented 7 years ago

I fixed the id reference so that the app displays scores instead of NaN.

niccokunzmann commented 7 years ago

Thanks, However, this change may not last long. The id seems to be automatically chosen. Maybe we can update the id again to be named "score". This is possible in Inkscape with the object menu when choosing the object menu. I think, control+shift+o.

gaeun commented 7 years ago

@niccokunzmann Oh, I see, I'll try and fix that soon!