-
Notifications
You must be signed in to change notification settings - Fork 2
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
figure out what those 8 bytes in IMG files are for #17
Comments
the last 4 bytes are always 0, don't know why they're present |
ok it's only the 3rd and 4th byte that ever change |
I'm starting to think that byte 0x2 is the milliseconds per frame in animated sprites, because most entries have the same value for 0x2 except in the case of a few animated sprites, which have different values, or this is completely unrelated and I'm just dumb, I'll find out when I program it |
It's been almost a year and I still have no idea! |
IMG entries have 8 bytes after their width and height and before the actual image data, I never bothered figuring out what it was but I guess now is a good time
The text was updated successfully, but these errors were encountered: