We’re pleased to announce KiwiJS v1.2.2 is now available. This release fixes a number of bugs in animation and geometry.
Bug fix list includes:
Animation
now correctly plays non-looping animations.Animation.onPlay
,.onStop
,.onupdate
,.onLoop
, and.onComplete
now correctly documented in API.Geom.Intersect.circleToRectangle()
andGeom.Intersect.lineToRawSegment()
now work correctly in all cases.Geom.Intersect.lineSegmentToRectangle()
is now named correctly in API docs.Geom.Line.perp()
can now deal with points at (0,0) and other edge cases.- Added method
Geom.Intersect.lineSegmentToRawSegment()
to allowlineSegmentToRectangle()
to function correctly. Animation
now correctly plays 1 frame animations and dispatches signals appropriately.Utils.GameMath.nearestAngleBetween()
now returns normalized angles so results are truly nearest.
Share the joy
Recent Comments