Skip to content

Conversation

Tymewalk
Copy link
Member

This seems like it should be a one-commit thing although I'm going to follow the policy on making new pull requests for things that could break programs.

So, anything that's been left out?

This should take care of it. I'll go through and see if there's anything else that needs to be done.
Removes the show and hide functions from the help section.
Whoops! Forgot to also update isVisible() which controls whether or not sprites show.
@Tymewalk
Copy link
Member Author

Glad I made a pull request, as it turns out this just messed up isVisible().
OK - can anyone else think of what else should be done here?

@Tymewalk Tymewalk mentioned this pull request Apr 26, 2016
@Tymewalk
Copy link
Member Author

I just checked, no examples use this. I'll merge this soon once I make sure that Slither still works.

@Tymewalk
Copy link
Member Author

Traceback (most recent call last):
  File "slither/examples/turnAndMove.py", line 13, in <module>
    slither.registerCallback(pygame.QUIT, handlequit) # This uses the direct call form
NameError: name 'pygame' is not defined

I'll see what I can do to fix this.

@Tymewalk
Copy link
Member Author

Oh, that's just a missing import pygame in the example, not anything to do with Slither.
I'll merge this since nothing bad happened.

@Tymewalk Tymewalk merged commit 1e73935 into master Apr 26, 2016
@Tymewalk Tymewalk mentioned this pull request Apr 26, 2016
@Tymewalk Tymewalk deleted the noShowHide branch June 2, 2016 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant