DEADSOFTWARE

Standart: Make D2DTEXTURES more compatible with the original Doom2D
authorDmitry D. Chernov <blackdoomer@yandex.ru>
Thu, 9 Nov 2023 13:25:52 +0000 (23:25 +1000)
committerDmitry D. Chernov <blackdoomer@yandex.ru>
Thu, 9 Nov 2023 13:25:52 +0000 (23:25 +1000)
In Doom2D, if the texture of a tile is not the first frame of an animated sequence, then such a tile will not be animated.
This was seen as something that could be fixed, so in D2DTEXTURES all similar textures were made into animations.

However, several things were not taken into account:
- all these animations did not start from the frame that would correspond to the original texture, but always from the first;
- some of these textures were opaque and "seamless", which means they could be intentionally used as static ones.

This commit fixes these shortcomings. In addition, shifted animations now allow you to create a less discrete and repeating design (which is especially noticeable when such textures are located several next to each other).


No differences found