godot-ldtk-importer icon indicating copy to clipboard operation
godot-ldtk-importer copied to clipboard

Importer does not implement bgPos property on LDTKLevels

Open the-simian opened this issue 10 months ago • 1 comments

currently ldtk supports background modes:

enum BackgroundMode {
	UNSCALED,
	COVER_DIRTY,
	COVER,
	REPEAT,
	FIT_INSIDE
}

In addition to the __bgPos which can derive the anchor point, we also need to adapt the background modes at imports.

I've got this working and will support this issue with a PR

the-simian avatar Jan 27 '25 03:01 the-simian

resolved by https://github.com/heygleeson/godot-ldtk-importer/pull/51

the-simian avatar Jan 27 '25 03:01 the-simian