Releases: ecj2/poyo
Releases · ecj2/poyo
2
The second stable release of Poyo. See notable changes below.
Graphics
- Shorten text alignment enumerations from
Poyo.TEXT_ALIGN_*
toPoyo.ALIGN_*
. - Shorten font style enumerations from
Poyo.FONT_STYLE_*
toPoyo.STYLE_*
. - Add
Poyo.setClippingRectangle()
to confine drawing to a given rectangle. - Change default texture wrap to
Poyo.WRAP_REPEAT
fromPoyo.WRAP_CLAMP
. - Rename
Poyo.batchDrawing()
toPoyo.useInstancing()
. - Add
Poyo.STYLE_BOLD_ITALIC
font style enumeration.
Audio
- Add Web Audio API support and stereo panning.
- Add
Poyo.getSamplePan()
method.
Miscellaneous
- Add
Poyo.clearCache()
method to clear render cache. - Add
Poyo.getKey()
andPoyo.getKeyCode()
. - Start examples with a user gesture.
- Remove
Poyo.setEntryPoint()
. - Squash multiple bugs.