reverted setting (and maybe inheriting) draw order for global animations
authorHolger Schemel <info@artsoft.org>
Wed, 13 Dec 2023 16:06:03 +0000 (17:06 +0100)
committerHolger Schemel <info@artsoft.org>
Wed, 13 Dec 2023 16:06:03 +0000 (17:06 +0100)
commit5d1f7afe4cac805e10a8f4e61c67497c55e22453
tree9cad31444289830c0cfdb960ed3e8674044770b7
parent70df2b1709f05156b8bf6b142cc2a2e23205130b
reverted setting (and maybe inheriting) draw order for global animations

Although this feature seems to be quite useful (setting draw order for
main animations once, and let animation parts inherit the draw order
from the main animation if it is not defined for the animation part),
it would have to be implemented for all other attributes, too (like X
and Y position of the main animation and animation parts, for example),
so it seems to be better to not make an exception for this specific
attribute.

This reverts commit 895d5cb3.
src/anim.c
src/init.c