mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-23 10:11:23 +08:00
8 lines
429 B
TypeScript
8 lines
429 B
TypeScript
export const SPINE_SKELETON_FILE_CACHE_KEY = "esotericsoftware.spine.skeletonFile.cache";
|
|
export const SPINE_ATLAS_CACHE_KEY = "esotericsoftware.spine.atlas.cache";
|
|
export const SPINE_LOADER_TYPE = "spine";
|
|
export const SPINE_SKELETON_DATA_FILE_TYPE = "spineSkeletonData";
|
|
export const SPINE_ATLAS_FILE_TYPE = "spineAtlasData";
|
|
export const SPINE_GAME_OBJECT_TYPE = "spine";
|
|
export const SPINE_CONTAINER_TYPE = "spineContainer";
|