Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprite sheets #28

Open
maxim-zhao opened this issue Feb 25, 2025 · 0 comments
Open

Sprite sheets #28

maxim-zhao opened this issue Feb 25, 2025 · 0 comments

Comments

@maxim-zhao
Copy link
Owner

On this note, a feature that could have been very useful in the tool, would have been to be able to tell the sizes of the entities in the picture. For example 16x32. It would have then organized the tiles accordingly to put them one after another for every entity.

This would have avoided having to stack, for example, tenths of NPCs vertically in a 16*2048 picture.

An option that picks a sprite size, which is required to be a divisor of the image size, then we process the image into a tall stack based on this before further processing. The tilemap reflects the rearranged image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant