Skip to content

Releases: Amethyst-szs/godot-wipe-tool

Small Improvement - v1.0.2

13 Dec 06:21
Compare
Choose a tag to compare

Only a single small change for this one but was important for allowing proper integration with my Event Sequencer plugin

List of changes:

  • wipe_in_finished signal now emits at the correct time during wipe_with_signal (Previously emitted when the wipe started to open rather than when it finished closing)

Bug Fixes - v1.0.1

12 Dec 23:21
Compare
Choose a tag to compare

First bug fix release, patches a couple small issues and typos in various places, no breaking changes anywhere.

List of changes:

  • Using set_normal on WipeParams now correctly updates the wipe color
  • Manually changing the current active param now works (Wasn't updating the param's reference to the wipe ColorRect node before)
  • Changing wipe color now updates correctly

Initial Release - v1.0.0

02 Dec 19:57
Compare
Choose a tag to compare

First release of WipeTool! Documentation isn't fully complete yet, but the example scene in the source code should be a good step for understanding everything this plugin can do!