Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Imagine Engine 0.8.0.tar.gz | 2017-12-03 | 721.5 kB | |
Imagine Engine 0.8.0.zip | 2017-12-03 | 811.1 kB | |
README.md | 2017-12-03 | 879 Bytes | |
Totals: 3 Items | 1.5 MB | 0 |
New APIs
- You can now set an
errorMode
on aTextureManager
, to have either a log message or an assert being thrown in case a texture is missing in your game. Thanks to @vijaytholpadi for implementing this! - Actor's can now have shadows.
- Camera now has a
resized
event. Thanks to @Warren-Lamb for implementing this!
Bugfixes
- Multiline sprite sheets now work correctly on macOS. Thanks for the fix @mattiashagstrand!
- @mattiashagstrand fixed a bug that could cause actors to collide with themselves.
- @mattiashagstrand fixed a bug that could sometimes cause an extra collision event when an actor was removed while the collision was being handled.
View build details and download artifacts on buddybuild: ImagineEngine (iOS, ImagineEngine-iOS)