Releases: MageStudio/Mage
Releases · MageStudio/Mage
Patch: exporting xstate
MInor: improved Audio
Patch: fixed spotlights
Patch: better tweening
Better tweening:
- exposing
tweenTo
function fromeasing
module. - Supporting
repeat
option for between.js
What's Changed
- better tweening, now exporting tweento function by @marco-ponds in #184
Full Changelog: v3.20.0...v3.20.1
Minor: fixed a series of bugs, added easing
Fixed a series of issues:
Keyboard input was compromised and no longer working.
Lights body was not properly set.
Added easing functions and looping to the constants.
Fixed camera not setting its body properly.
What's Changed
- fixed issue on keyboard events, renamed CascadingShadowMaps, added ea… by @marco-ponds in #183
Full Changelog: v3.19.0...v3.20.0
Minor: v3.19.0
Added Labels to the engine. The following has been added:
LabelComponent
: When creating a Label, make your Inferno component extend theLabelComponent
class, as it has the required instructions for the engine.html-to-image
: This library is being used to export Inferno components to images.
Full Changelog: v3.17.10...v3.19.0
Patch: v3.17.10
Added missing .None
to easing function used by Entities.
Full Changelog: v3.17.9...v3.17.10
Patch: v3.17.9
Fixed typo.
Full Changelog: v3.17.8...v3.17.9
Patch: v3.17.8
Fixed a bug occuring when switching levels with Physics settings enabled.
What's Changed
- broken-level-change-with-physics-on by @marco-ponds in #180
Full Changelog: v3.17.7...v3.17.8
Patch: v3.17.7
Improved disposal of Entities.
What's Changed
- handling dispose of elements better by @marco-ponds in #179
Full Changelog: v3.17.6...v3.17.7