Releases: ppb/ppb-mutant
v0.11.2: Update
v0.11: New Mutant
Mutant Standard Emoji has made their April 2020 Release, and so ppb-mutant has been updated.
No other code changes have been made. See the release announcement above for their changelog.
(This fixes a previous v0.11.0 release that was botched.
v0.10
This release is for PPB v0.8 and Mutant v2020.02.
We're now using the upstream 128px renders instead of making our own 64px ones. There will be some increase in file sizes, but not as much as you'd expect.
In addition, support has been added for the new hoof morph type.
Full changelog:
- New morph type
'hoof'
and addedTONES_HOOF
- Emoji
color_modifier
andhand_splayed
got some help for some missing versionscolor_modifier
withtone=None
is mapped totone='k2'
(k2 is the default color)hand_splayed
withmorph='paw'
is mapped tohand
(paws are always splayed)
- Added
SelectScene.include_hoof
because hoof coverage is incomplete (expect it to be removed in the future) MorphToneProxy
now only reloads if it's an aliased shortcode (no user-visible difference)ppb_mutant.index
grew a loading screen- Build dramatically simplified
Minor Fixes
v0.9.0 left out some necessary files. This release fixes that.
PPB v0.7: Asset Rewrite
This updates for PPB v0.7 and Mutant Standard Emoji v0.4.1
PPB v0.7 dramatically altered how images are loaded via its new Asset system, and ppb-mutant was rewritten to be based on it.
MutantSprite
is now deprecated. Just useppb.Sprite
withimage = Emoji(...)
- Added
Emoji
, which is an asset that takes the shortcode, morph, and tone. - Added
MorphToneGroup
, which is a way to change the morph and tone of a whole group of Sprites at once.
All the internals were also updated for the VFS system.
PPB v0.6
Mutant Standard v0.4.0
This release just updates the emoji set to Mutant Standard Emoji v0.4.0.
PPB v0.5 and Mutant v0.3.1
In addition to updating for PPB v0.5 and Mutant Standard v0.3.1:
- Adds
python -m ppb_mutant.picker
to demonstrate the picker scene - The Special emoji were removed due to lack of 64px availability (Only 32px and 128px are now shipped)
Mutant Standard v0.3.1
Mutant Standard was updated to v0.3.1
In addition, the image assets are now part of the package instead of requiring a separate download.
Note: You likely want to download "ppb-mutant-0.5.0.tar.gz" and not "Source code".