Edit of asset "Fader" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Fader | Fader |
| Description |
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 |
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 |
| Category | 2D Tools | 2D Tools |
| License | MIT | MIT |
| Repository Provider | GitHub | GitHub |
| Repository Url | https://github.com/madcat-vr/adn-fader | https://github.com/madcat-vr/adn-fader |
| Issues Url | https://github.com/madcat-vr/adn-fader/issues | https://github.com/madcat-vr/adn-fader/issues |
| Godot version | Godot 4.3 | Godot 4.3 |
| Version String | 1.0.0 | 1.0.0 |
| Download Commit | 1d11d1eff6de09eab2b3112de1c8e913f981a7eb | 1d11d1eff6de09eab2b3112de1c8e913f981a7eb |
| Download Url (Computed) | https://github.com/madcat-vr/adn-fader/archive/1d11d1eff6de09eab2b3112de1c8e913f981a7eb.zip | https://github.com/madcat-vr/adn-fader/archive/1d11d1eff6de09eab2b3112de1c8e913f981a7eb.zip |
| Icon Url |
https://raw.githubusercontent.com/madcat-vr/adn-fader/refs/heads/main/logo.png
|
https://raw.githubusercontent.com/madcat-vr/adn-fader/refs/heads/main/logo.png
|