heygleeson / godot-ldtk-importer

LDTK Importer for Godot 4
MIT License
135 stars 13 forks source link

LDtk Level Properties - "Bg Image" Anchor point not being used / recognized #23

Closed kaiiboraka closed 1 month ago

kaiiboraka commented 2 months ago

The default behavior of a level's Bg image is to anchor to the top left corner, but LDtk (must have recently) added the option to change the anchor position to any main position, but I do not think this setting is read by this importer.

Here it is in LDtk, where I have updated my bg image to be anchored in the bottom left image

And here it is in Godot where it's still in the top left. image

I'm using LDtk 1.5.3, and Godot version 4.3.beta2.mono, and LDtk Importer v 1.2.

I'm relatively new to this issue-posting business, please let me know if there's any other potential useful information you'd like from me. Thank you.

heygleeson commented 1 month ago

Fixed in 1.3! Thanks for the report.