LoadSpriteSheet¶
Description¶
Loads a spritesheet and returns the ID of it.
Parameters¶
path-
The file path of the spritesheet to load, relative to
Data/Sprites/. Spritesheets may ONLY be in GIF format. scope-
The asset's scope. May be
SCOPE_GLOBALorSCOPE_STAGE.
Return Value¶
Returns the ID of the loaded spritesheet as a uint16. The return value will be -1 if the spritesheet failed to load.