Annoraaq / grid-engine

A grid based movement engine compatible with Phaser3.
https://annoraaq.github.io/grid-engine/
Apache License 2.0
235 stars 20 forks source link

Automatic char layer selection on adding a character is broken #408

Closed Annoraaq closed 1 year ago

Annoraaq commented 1 year ago

Expected behavior:

When adding a character to a map using char layers but not specifying a char layer, should add it to the lowest char layer.

Observed behavior: The character gets the Tiled layer name of the lowest char layer. But it should get the char layer name.

Annoraaq commented 1 year ago

As a workaround: make sure that your char layer has the same name as the tile layer.

Annoraaq commented 1 year ago

Fixed with v2.32.4