Green v1.1.0
What's Changed
- Fixed a bug where the
range
parameter ofgetObjectsAtOffset
wasn't used in some circumstances - Changed the parameter order of
getObjectsInRange
and related methods totype, range
to be consistent with everything else - Update World.java:
FlushActorRemoveQueue
now removes actors only once by @Jfhseh in #1 - Significantly cleaned things up internally
Found that Processing version 4 is incompatible
Full Changelog: v1.0.5...v1.1.0