Skip to content

Releases: Guillemsc/GTweensGodot

v6.0.0

25 May 17:56
Compare
Choose a tag to compare

Changelog:

  • Updated GTweens version to v4.0.0.

v5.0.0

06 Feb 13:50
Compare
Choose a tag to compare

Changelog:

  • Added examples PauseGameExampleScene and CubesAndBall3DExampleScene.
  • Added methods for playing tweens without them being affected when GetTree().Paused is set to true: PlayUnpausable and PlayUnpausableAsync.
  • Updated versioning from minor to major.

Upgrading from v0.4.0:

  • If installed from NuGet, change the created GTweensGodotUpdater to this:
public partial class GTweensGodotUpdater : GodotGTweensContextNode
{
  
}

Full Changelog: v0.4.0...v5.0.0

v0.4.0

25 Jan 11:48
Compare
Choose a tag to compare

Changelog:

  • Updated GTweens version.

v0.3.1

11 Dec 09:11
Compare
Choose a tag to compare

Changelog:

  • Updated GTweens version and fixed compile errors.

v0.3.0

03 Nov 16:52
595e825
Compare
Choose a tag to compare

Changelog:

  • Fixed issue where calling SetLoop was making tweens loop for ever.
  • Added RotationMode to all rotation tweens. Now by default all rotation tweens use ShortestDistance as RotationMode.

v0.2.0

02 Oct 14:45
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/Guillemsc/GTweensGodot

v0.1.0

01 Oct 21:55
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/Guillemsc/GTweensGodot