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

[WIP] Fix compatibility with ppb 0.12.0 #8

Draft
wants to merge 2 commits into
base: canon
Choose a base branch
from

Conversation

duckinator
Copy link

No description provided.

@binny-the-binary-bear
Copy link

Thank you for contributing to PursuedPyBear! Don't forget to add yourself CONTRIBUTORS.md.

@duckinator
Copy link
Author

Next thing to try to resolve:

Traceback (most recent call last):
  File "./hugs.py", line 55, in <module>
    class RunnerSprite(MotionMixin, CircularRegion, ppb.Sprite):
  File "./hugs.py", line 60, in RunnerSprite
    image_scared = Emoji('scared')
  File "/usr/home/puppy/dev/astronouth7303/mutant-games/venv/lib/python3.7/site-packages/ppb_mutant/__init__.py", line 140, in __init__
    super().__init__(_resolve_name(self.shortcode, self.morph, self.tone))
TypeError: object.__init__() takes exactly one argument (the instance to initialize)

@AstraLuma
Copy link
Member

Next thing to try to resolve:

Asset no longer has an __init__, so subclasses can't use it. It behaved weirdly anyway.

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