Fader 1.0.0 2D Tools 4.3 Community
Submitted by user MadCatVR; MIT; 2024-11-24
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
View files Download Submit an issue Recent Edits