Skip to content

Releases: britzl/defold-orthographic

Orthographic Camera API 2.2.3

01 Apr 20:32
Compare
Choose a tag to compare

FIX: Added missing message constant that made the camera.set_projection() function fail

Orthographic Camera API 2.2.2

31 Mar 10:48
Compare
Choose a tag to compare

FIX: camera.set_zoom() crash

Orthographic Camera API 2.2.1

19 Mar 05:42
Compare
Choose a tag to compare

FIX: Added check on script shared state in the provided render script. Also added a note on this in the readme

Orthographic Camera API 2.2

17 Feb 23:20
Compare
Choose a tag to compare

NEW: Camera script properties to control bounds, deadzone, follow
CHANGE: Camera script properties can now be manipulated using go.animate(), go.set() and go.get()

Orthographic Camera API 2.1

17 Feb 19:16
Compare
Choose a tag to compare

NEW: camera.recoil()

Orthographic Camera API 2.0

17 Feb 16:57
Compare
Choose a tag to compare

NEW: Camera zoom property. This makes it a whole lot easier to at run-time configure the zoom level of a camera
NEW: camera.get_zoom() and camera.zoom_to()
CHANGE: The available projections have been simplified. There's now only FIXED_AUTO and FIXED_ZOOM.

Refer to the example project to see the new changes in action.

Orthographic Camera API 1.5

04 Feb 21:50
Compare
Choose a tag to compare

NEW: Added camera.stop_shaking()

Orthographic Camera API 1.4.2

11 Jan 15:10
Compare
Choose a tag to compare

FIX: Added argument asserts to all public facing functions on camera.lua

Orthographic Camera API 1.4.1

15 Dec 20:39
Compare
Choose a tag to compare

FIX: Set an initial view and projection on the camera when it is initialized

Orthographic Camera API 1.4

15 Dec 12:48
Compare
Choose a tag to compare

NEW: screen_to_world_bounds()