mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 10:50:49 +00:00

New macros: * SCREEN_FADE_OUT - to replace FADE_TO_BLACK in most cases * SCREEN_FADE_IN - to replace FADE_IN in most cases * SCREEN_FADE r g b duration - convenience wrapper for [screen_fade] with 255 alpha * SCREEN_UNFADE duration - convenience wrapper for [screen_fade] with 0 alpha * FLASH r g b actionWML - like FLASH_WHITE etc but takes a colour * FLASH_LIGHTNING actionWML - flashes an appropriate colour and plays lightning.ogg Modified macros: * FLASH_WHITE/RED/GREEN/BLUE} - these now use [screen_fade] not [color_adjust]