-
Notifications
You must be signed in to change notification settings - Fork 36
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
alphabetical grouping #17
Comments
@visgotti Can you describe the meaning of alphabetical grouping? I cannot get it. Check this out: maxrects-packer/test/maxrects-packer.spec.js Lines 51 to 71 in 0eeb7d1
|
so I have sprites.. like walk_frame_1, walk_frame_2 etc. I want these to be binned together, but I also want them one after another in the sprite sheet. |
That's not packer's job, you feed the data with width/height/tag and packer return the bins with position data. |
Wondering if there's a way to do this? don't want to spend time digging into the source code if not needed, but if this isn't possible I'll implement it myself- anything insightful that'll help me implement this if I need to dig in?
The text was updated successfully, but these errors were encountered: