From: Holger Schemel Date: Sun, 19 Nov 2023 13:23:27 +0000 (+0100) Subject: added support for fading in and fading out global animations X-Git-Tag: 4.3.8.0~37 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=9d401c32427061d43bfc14d72fe4a9df90490b7d;hp=9d401c32427061d43bfc14d72fe4a9df90490b7d;p=rocksndiamonds.git added support for fading in and fading out global animations To fade global animations in or out, use the attribute ".fade_mode" with value "fade_in" or "fade_out" and the attribute ".fade_delay" with the number of video frames to use for fading in or out. (Note that this attribute expects frames when used with global animations, while it expects milliseconds when used with screens and menus.) ---