Skip to content

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.

2 participants