mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
32 lines
375 B
JSON
32 lines
375 B
JSON
{
|
|
"animations": {
|
|
"Walk": {
|
|
"frames": [
|
|
[0, 0, 16, 16],
|
|
[16, 0, 16, 16]
|
|
],
|
|
"speed": 5.0,
|
|
"loop": true
|
|
},
|
|
"Angry": {
|
|
"frames": [
|
|
[32, 0, 16, 16],
|
|
[48, 0, 16, 16]
|
|
],
|
|
"speed": 10.0,
|
|
"loop": true
|
|
}
|
|
},
|
|
"variations": {
|
|
"default": {
|
|
"source": "SideStepper.png",
|
|
"rect": [
|
|
0.0,
|
|
0.0,
|
|
64.0,
|
|
16.0
|
|
]
|
|
}
|
|
}
|
|
}
|