Author Topic: [BUG][Editor] Resizable Backgrounds expand their trigger areas  (Read 879 times)

0 Members and 1 Guest are viewing this topic.

Offline IchoTolot

  • Global Moderator
  • Posts: 3612
    • View Profile
[BUG][Editor] Resizable Backgrounds expand their trigger areas
« 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.

Offline namida

  • Administrator
  • Posts: 12399
    • View Profile
    • NeoLemmix Website
Re: [BUG][Editor] Resizable Backgrounds expand their trigger areas
« Reply #1 on: September 14, 2020, 08:34:46 AM »
Quote
Suggestion: 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.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline namida

  • Administrator
  • Posts: 12399
    • View Profile
    • NeoLemmix Website
Re: [BUG][Editor] Resizable Backgrounds expand their trigger areas
« Reply #2 on: September 29, 2020, 08:24:04 PM »
Fixed in commit 1fd029f.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)