Skip to content

Petition to add "Plane Size" as a parameter in Bmp2Tile() method (srl_tilemap_interfaces) #111

@StrPhoton

Description

@StrPhoton

Currently Bmp2Tile() accepts as an optional parameter the "Number of Pages" (defaults to 1), but the "Plane Size" for the created tilemap is always set to 'PL_SIZE_1x1' inside the method.
It would be great if we could also optionally specify the "Plane Size" when we call Bmp2Tile(), as there might be cases when one of the other possible values ('PL_SIZE_2x1', 'PL_SIZE_1x2' or 'PL_SIZE_2x2') adjusts better to the way we want to display or arrange the tilemaps.

Thank you!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions