mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
15 lines
274 B
Plaintext
15 lines
274 B
Plaintext
{
|
|
"TextureAtlas": "astrid-animator-atlas.json",
|
|
"Animations": [
|
|
{
|
|
"Name": "appear",
|
|
"FramesPerSecond": 8,
|
|
"Frames": [ "appear_01", "appear_02" ]
|
|
},
|
|
{
|
|
"Name": "die",
|
|
"FramesPerSecond": 16,
|
|
"Frames": [ "die_01" ]
|
|
}
|
|
]
|
|
} |