Fader
Addon offers easy to use fader. The most typical usage is for transitions:
func _transition():
await $Fader.fade_to_black()
# hide/unload old stuff
# show/load new stuff
$Fader.fade_to_clear()
Addon offers easy to use fader. The most typical usage is for transitions:
func _transition():
await $Fader.fade_to_black()
# hide/unload old stuff
# show/load new stuff
$Fader.fade_to_clear()
Noteworthy features:
- blocks mouse input on fade out (but allows on fade in)
- fading can be awaited
- allows fading out to any color in addition to standard fade_to_black and fade_to_white
- allows fade speed customization
User Reviews
Only logged in customers who have purchased this product may leave a review.
No product has been found!

There are no reviews yet.