Skip to content

Releases: Federico-Ciuffardi/GestureControlledCamera2D

4.x - v1.1.1

02 May 02:54
Compare
Choose a tag to compare

First release compatible with Godot 4. Thanks to @OmarShehata!

Changes

  • Fix camera2global returning incorrect position

3.x - v1.1.1

19 Dec 03:08
Compare
Choose a tag to compare

Release compatible with Godot 3.

Changes

  • Fix camera2global returning incorrect position

Fix limits for zoom and move

20 May 01:52
Compare
Choose a tag to compare
v1.1.0

Refactor set_position

v1.0.1

29 Dec 23:41
Compare
Choose a tag to compare

Release Summary

Camera movement with position instead of offset.

This makes the camera limits work. See godotengine/godot#30361.

v1.0.0

21 Feb 07:05
b35ba65
Compare
Choose a tag to compare

The Camera2D rotation, movement, and zoom can be controlled by gestures.