Releases: endel/joy.js
Releases · endel/joy.js
Release list
0.3.0
0.2.1
- Added Joy.Loader class, which triggers
loadStart/loadProgress/loadEndevents. - Refactor on Engine#currentScene getter/setter to handle with
Engine#sceneLoader - Fixed Scene#background(color) method, when scene has no child.
- Omit 'new' when creating Tween instances.
- Use Object.defineProperty instead of defineGetter / defineSetter for
IE9+ support. - Use 'canvas' instead of 'canvas2d' when instantiating Joy.Engine with a dom canvas
element. - Integrated particle system
- Define behaviour identification as string instead of class references.
- Accept options when attaching behaviours to objects.
- Added
Joy.SpriteAnimationclass, allowing to defineframesPerSecond
attribute for eachSpriteSheet's animation set. - Fixed issue with sprite loaders. (issue #5)