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

Update main.py #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update main.py #5

wants to merge 1 commit into from

Conversation

smy999
Copy link

@smy999 smy999 commented Dec 10, 2017

No description provided.

@estevaofon estevaofon self-requested a review December 10, 2017 03:32
@estevaofon
Copy link
Owner

estevaofon commented Dec 10, 2017

Hey, thank you very much for the pull requests! I'm not able to test your changes cause is missing somethings. In the main you import those two new characters:

from characters import Blue_Bird
from characters import Big_Bird

But you haven't implemented them.
I also need the images files you address to like in:

bluebird = pygame.image.load(
    "../resources/images/blue-bird3.png").convert_alpha()

In the polygon ice I also need the images files to run the script:

ice = pygame.image.load("../resources/images/ice.png").convert_alpha()
ice2 = pygame.image.load("../resources/images/ice2.png").convert_alpha()

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.

None yet

2 participants