added global animation actions executed after init/anim/post delay
authorHolger Schemel <info@artsoft.org>
Sat, 23 Mar 2019 21:58:54 +0000 (22:58 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 23 Mar 2019 21:58:54 +0000 (22:58 +0100)
commit56d8384fddc8e74f5327b28986f366927c3b2040
treed713421616dac14ce50d6709b3645e53bc1d958e
parent0e2c16077f04479625b1612b19047332026433c7
added global animation actions executed after init/anim/post delay

This change adds the following new options for global animations:

* .init_delay_action
* .anim_delay_action
* .post_delay_action

They can be set to the same values as ".init_event_action" and
".anim_event_action" (buttons, gadgets and key actions).
src/anim.c
src/conf_gfx.c
src/events.c
src/events.h
src/files.c
src/init.c
src/libgame/system.h
src/main.h