Releases: iceddev/frozen
Releases · iceddev/frozen
0.4.3 - WebAudio fix
0.4.2: Fixed rotation on entities, Lo-Dash dependency location fix, Extra loadResources call removed
0.4.2: Fixed rotation on entities, Lo-Dash dependency location fix, Extra loadResources call removed
Release Notes
v0.4.2
Breaking Changes
- None! This is a bug fix release
New Features
- Fixed rotation property on entities
Non-Breaking Changes
- Update Lo-Dash dependency location
- Remove extra call to
loadResources
inGameCore#run
Deprecations
- None! This is a bug fix release
0.4.1
Release Notes
v0.4.1
Breaking Changes
- None! This is a bug fix release
New Features
- Yeoman generator support!!! See https://github.com/frozenjs/generator-frozen
- Box now handles sensors! Just add sensor property to your entities and they will start showing up in your collision handlers
- Added Gamepad API example
Non-Breaking Changes
- Fix bug where
GameCore.stop
didn't actually stop a game - Disable
prevent_default
option on default Hammer.js configuration insideInputManager
- it caused problems with click events on DOM elements - Fix error on Chrome for Android when there was no WebAudio is available
Deprecations
- None! This is a bug fix release