Lemmings Forums

NeoLemmix => NeoLemmix Main => Archived Bugs & Suggestions => Topic started by: IchoTolot on September 14, 2020, 07:40:40 AM

Title: [BUG][Editor] Resizable Backgrounds expand their trigger areas
Post by: IchoTolot on September 14, 2020, 07:40:40 AM
Don't panic right after the editor release as this is non-critical stuff. ;P

I've noticed some weird trigger areas overlapping large parts of levels made with "dex_halloween". Then I saw that those were just background objects (class "moving background"). Link to the style: https://www.lemmingsforums.net/index.php?topic=4447.0

After I catched that these were resizable I got it:

Take a resizable moving backroung object like "wallpaper_brick2" from "dex_halloween" and then increase the size. You will see that the trigger area also increases accordingly as that is needed for things like resizable water.

Of course all of this has no effect on the gameplay.

Suggestion: No effect trigger areas, like the ones from the "moving background" class, are no longer effected from an increase in size.
Title: Re: [BUG][Editor] Resizable Backgrounds expand their trigger areas
Post by: namida on September 14, 2020, 08:34:46 AM
QuoteSuggestion: No effect trigger areas, like the ones from the "moving background" class, are no longer effected from an increase in size.

Such objects shouldn't display trigger areas at all. But yes, definitely too minor to warrant a dedicated update... should also be easy enough to slip a fix in with the next general update though.
Title: Re: [BUG][Editor] Resizable Backgrounds expand their trigger areas
Post by: namida on September 29, 2020, 08:24:04 PM
Fixed in commit 1fd029f.