Skip to content

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

Description

@felipe2g

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions