mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
20 lines
250 B
JSON
20 lines
250 B
JSON
{
|
|
"animations": {
|
|
"Idle": {
|
|
"frames": [[16, 0, 16, 16]],
|
|
"speed": 1.0,
|
|
"loop": false
|
|
},
|
|
"Move": {
|
|
"frames": [[0, 0, 16, 16]],
|
|
"speed": 1.0,
|
|
"loop": true
|
|
}
|
|
},
|
|
"variations": {
|
|
"default": {
|
|
"source": "Boo.png"
|
|
}
|
|
}
|
|
}
|