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

Assets on 13.40 with firstspriteid and lastspriteid with decimal number #41

Open
felipe2g opened this issue Dec 18, 2024 · 0 comments
Open

Comments

@felipe2g
Copy link
Contributor

Hello!

Recently, I attempted to inspect an assets folder from a server and came across some interesting points. First, there are certain sprites with firstspriteid and lastspriteid parameters containing decimal values:

  "type": "sprite",
  "file": "sprites-00b4af5b2473d9011012d2898b0c6432d13dfdaa22a211d5c696d2ff0056cc.bmp.lzma",
  "spritetype": 0,
  "firstspriteid": 26102.1,
  "lastspriteid": 26105.6,
  "area": 0
}

I managed to modify the assets editor to cast these values to integers.

However, after addressing this issue, I encountered a new error. It seems there is a missing flag or configuration in the assets that still needs to be addressed.

image

Anyone have a suggestion how investigate what is this flag or another problem?

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