OpenSimplexNoise with Autotiling (Map Generation)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MaximoTG98

Hello,

I’ve been following this tutorial. At the moment I haven’t found the issue yet. If someone could please explain to me if I forgot something I would appreciate.

Here is my project:

Thanks!

:bust_in_silhouette: Reply From: flurick

Unindent $TileMap.update_bitmask_region(), it runs for every cell

Oh, that was it, I forgot to unindent that part ,thanks!

For those finding this question here is what I did:

  • So I unindented the line: $TileMap.updatebitmaskregion() inside of
    Mapa’s Script
  • And I also lowered the resolution inside Mapa’s Script from 1024 to
    128 for example (that’s the number of cells, not pixels!)

MaximoTG98 | 2019-03-18 15:23