- Font.init now expects a list of images instead of a filename.
- font: Font.init -> from_spritesheet and from_image_sequence
- text: Added new font "tiny"
- text: changed how Font.init initialises space
- text: Added a couple more fonts
- text: Added a better test text to font_sandbox.py.
- release.py: need to add a dummy change to bump the version because testpypi also does not allow you to reupload a version :(
- Changed the signature of load_image_sequence
- moved SpriteAnimation to new file so will break old implementations
- moved font.py and fonts.py so will break imports for old implementations.
- robingame.examples.hello_world.py: Added a new example and also a corresponding docs page
- robingame.image.utils: mostly added docs, but refactored some functions
- robingame.image: Moved SpriteAnimation to its own file and added docs
- robingame.text: Moved font.py and fonts.py up one level. Added a docs section for text.