mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 16:57:50 +00:00

* Add new [screen_fade] WML action It takes (for now) the arguments: * red, green, blue = values between 0 and 255 * alpha = value between 0 and 255 * duration = time in ms over which to fade The game display is faded to the given colour over the duration. It will be left with an overlay of that colour and alpha until a screen_fade to 0 alpha is performed.