BenjaTK / Gaea

Procedural generation add-on for Godot 4.
https://benjatk.github.io/Gaea/
MIT License
1.06k stars 52 forks source link

NoisePainter modifier filter ignoring whitelist IDs in WalkerGenerator 2D #170

Open adadgio opened 2 days ago

adadgio commented 2 days ago

Hi, I'v been playing with the noise filter (to create chunks of walls inside a dungeon) with a WalkerGenerator and a 2D tilemap.

I found the NoisePainter (blue tiles) ignores the whitelist filtering using IDs and paints noise outside the tiles in the whitelist. Bellow is the example:

Screenshot 2024-10-02 at 07 08 06

Center tiles and gray tile are all floor (ID set in the main settings)

Screenshot 2024-10-02 at 07 11 27

The NoisePainter only paints outside although its white list IDS include floor. I'm I missing something or is this a bug? Playing with the noise settings also did not change anything.