It seems that the objectalignment property is not being properly respected when rendering objects in the game.
In the following image, the objectalignment property is set to topLeft, however, the objects appear misaligned in Löve2D.

I searched through this repo's code and there is nothing that checks the objectalignment on tilesets.
Expected Behavior:
Objects should appear in the exact positions specified by the objectalignment property, matching the level editor layout.
Actual Behavior:
Objects are misaligned when rendered in the game.
It seems that the objectalignment property is not being properly respected when rendering objects in the game.
In the following image, the
objectalignmentproperty is set totopLeft, however, the objects appear misaligned in Löve2D.I searched through this repo's code and there is nothing that checks the
objectalignmenton tilesets.Expected Behavior:
Objects should appear in the exact positions specified by the objectalignment property, matching the level editor layout.
Actual Behavior:
Objects are misaligned when rendered in the game.