Skip to content

Releases: tabularelf/Lens

Lens v1.1.1

07 Apr 22:46
7659b7b
Compare
Choose a tag to compare

-Overlooked a few typos for .AddViewXSpeed(), .AddViewYSpeed() and arguments for .GetViewSpeed(). Thanks @Totobal5!

Lens v1.1.0

06 Apr 18:36
Compare
Choose a tag to compare

-Fixed a minor syntax bug.
-Changed naming convention to use PascalCase.
-Added new methods: .AddViewX(), .AddViewY(), .AddViewAngle(), .AddViewXSpeed, .AddViewYSpeed, .SetViewWidth(), .SetViewHeight()
-Now Lens will automatically enable views as soon as it's initialized.
--In addition to this, Lens will make the viewport it's assigned as visible, and will disable it upon changing said viewport.

Lens v1.0.2

26 Feb 14:14
Compare
Choose a tag to compare

Lived as well as it did.
-Removed internal dispose override.

Lens v1.0.1

20 Feb 23:09
Compare
Choose a tag to compare

-Renamed from betterCams to Lens!
-Added in .getCameraRect() from PR. Thanks @zice-o-lantern!
-Added in a hook-in method for GameMaker's garbage collector. (As a failsafe.)

betterCam v1.0.0

15 Dec 00:35
828165a
Compare
Choose a tag to compare

Initial release!