Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dog character overlayed #239

Closed
oanarosca opened this issue Dec 30, 2016 · 14 comments
Closed

Dog character overlayed #239

oanarosca opened this issue Dec 30, 2016 · 14 comments

Comments

@oanarosca
Copy link
Member

As you can see in the picture below, the dog character is not marked as a hidden layer in the flappy.svg file, and so it appears on top of the others, even during the game. I could easily fix it myself, but I think it would be a good issue for new contributors.
screenshot from 2016-12-30 23-27-41

@Marauderer97
Copy link
Collaborator

Isn't the dog character reachable via clicking on the characters, I tried reaching it but couldn't?

@abishekvashok
Copy link
Member

@Marauderer97 do you want to work for it if yes then please open a separate issue for the same and deliver a PR

@Marauderer97
Copy link
Collaborator

@Abhi2424shek I just made a PR, there were a few other minor changes, made them too. Please review.
P.S For some reason all my previous commits appear with each PR, I cannot find a way to fix it, and squashing it is leading to weird errors. I branch from gh-pages, yet this happens, any suggestions about this would be appreciated.

@niccokunzmann
Copy link
Member

@Marauderer97 This is what I would try for removing unwanted commits:

  1. You can check out a commit that is also in this repository (e.g. the last commit there). git checkout <numbersandletrers>
  2. You create a new branch git checkout -b branchname
  3. You cherry-pick the commits you like to have there: git cherry-pick <numbersandletters>
  4. You push it
  5. You create a pull-request

@Marauderer97
Copy link
Collaborator

@niccokunzmann Thanks! Have been struggling with this for a while now! 👍

@abishekvashok
Copy link
Member

@Marauderer97 if you are struggling here's a hint: you need to make the dog elements display: none using JavaScript just like other characters in the game :)

@Marauderer97
Copy link
Collaborator

@Abhi2424shek you have the context wrong, i was talking about help with the squash and merge.. i think this particular bug has been fixed long back.

@abishekvashok
Copy link
Member

abishekvashok commented Jan 8, 2017

I was talking on how to resolve the issue, @Marauderer97 this issue is not fixed yet.

@abishekvashok abishekvashok reopened this Jan 8, 2017
@Marauderer97
Copy link
Collaborator

Closing the issue to avoid confusion. This bug had been fixed a while ago.. not sure by whom.

@Marauderer97
Copy link
Collaborator

Marauderer97 commented Jan 8, 2017

@Abhi2424shek are u sure? The issue looks fixed to me.

@Marauderer97
Copy link
Collaborator

Oh my bad.. there seems to be an issue only when camel is selected.. yeah its pretty straightforward I think we should leave this for new comers.

@abishekvashok
Copy link
Member

Really sure, just see the current screenshots: (Not only for camel)
image

@Marauderer97
Copy link
Collaborator

@Abhi2424shek okay, I get it now, once the dog gets displayed, its visibility is never set back to none, yeah, I can of course fix this pretty easily but like already stated, I think this bug will be good for newcomers. If you think its already been too long go ahead and make a PR :)

@abishekvashok
Copy link
Member

@Marauderer97 I leave it for newcomers :)

Rohanhacker added a commit to Rohanhacker/flappy-svg that referenced this issue Jan 9, 2017
niccokunzmann pushed a commit that referenced this issue Jan 9, 2017
* fixed issue Dog character overlayed #239

* fixed text is overflowing from restart button #246
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants