Lemmings Forums

NeoLemmix => Bugs & Suggestions => Closed => Topic started by: Dullstar on January 11, 2020, 02:52:44 AM

Title: [Minor][Styles][Player] Updraft in official sets has artifacts if height%4 != 0
Post by: Dullstar on January 11, 2020, 02:52:44 AM
It's not really a big deal, since it can be fixed just by adding or subtracting a few pixels from the height such that the height is divisible by 4 (I think that seems to be the pattern, at least), but updrafts do not tile correctly in the y direction when their height is not a multiple of 4. It looks correct at all sizes in the x direction.

It also looks correct to me in the editor, but of course it's not animated in the editor.
Title: Re: [Minor][Styles][Player] Updraft in official sets has artifacts if height%4 != 0
Post by: namida on January 11, 2020, 03:08:57 AM
It won't quite look right in the X direction either at certain sizes, though it's definitely far less noticable.

There isn't really much that can be done about this while still maintaining the nice edges, without getting really complex.