mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 03:56:31 +00:00
27f7983aaf
example: json data can be stored in sheetdata/player.json, texture can be stored in textures/player.png; player.json contains relative path to texture: image=../textures/player.png don't remove subdirectories from atlas region names, to be able to load multiple animations from one texture atlas without conflicting region names; example: walk/01.png, walk/02.png, ... turn/01.png, turn/02.png, ...