mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
41 lines
425 B
JSON
41 lines
425 B
JSON
{
|
|
"animations": {
|
|
"Walk": {
|
|
"frames": [
|
|
[
|
|
0.0,
|
|
0.0,
|
|
16.0,
|
|
16.0
|
|
],
|
|
[
|
|
16.0,
|
|
0.0,
|
|
16.0,
|
|
16.0
|
|
]
|
|
],
|
|
"speed": 5.0,
|
|
"loop": true
|
|
},
|
|
"Stomped": {
|
|
"frames": [
|
|
[
|
|
32.0,
|
|
0.0,
|
|
16.0,
|
|
16.0
|
|
]
|
|
],
|
|
"speed": 5.0,
|
|
"loop": true
|
|
}
|
|
},
|
|
"variations": {
|
|
"default": {
|
|
"source": "Goombrat.png",
|
|
"rect": [0, 0, 48, 16]
|
|
}
|
|
}
|
|
}
|