mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
97 lines
1.5 KiB
JSON
97 lines
1.5 KiB
JSON
{
|
|
"animations": {
|
|
"Jump": {
|
|
"frames": [
|
|
[
|
|
0.0,
|
|
0.0,
|
|
16.0,
|
|
16.0
|
|
]
|
|
],
|
|
"speed": 5.0,
|
|
"loop": true
|
|
},
|
|
"Walk": {
|
|
"frames": [
|
|
[
|
|
16.0,
|
|
0.0,
|
|
16.0,
|
|
16.0
|
|
],
|
|
[
|
|
32.0,
|
|
0.0,
|
|
16.0,
|
|
16.0
|
|
]
|
|
],
|
|
"speed": 10.0,
|
|
"loop": true
|
|
}
|
|
},
|
|
"variations": {
|
|
"default": {
|
|
"source": "MontyMole.png",
|
|
"rect": [0, 0, 48, 16]
|
|
},
|
|
"Underground": {
|
|
"source": "MontyMole.png",
|
|
"rect": [48, 0, 48, 16]
|
|
},
|
|
"GhostHouse": {
|
|
"source": "MontyMole.png",
|
|
"rect": [48, 0, 48, 16]
|
|
},
|
|
"Castle": {
|
|
"source": "MontyMole.png",
|
|
"rect": [96, 0, 48, 16]
|
|
},
|
|
"Underwater": {
|
|
"source": "MontyMole.png",
|
|
"rect": [144, 0, 48, 16]
|
|
},
|
|
"CastleWater": {
|
|
"source": "MontyMole.png",
|
|
"rect": [144, 0, 48, 16]
|
|
},
|
|
"Desert": {
|
|
"source": "MontyMole.png",
|
|
"rect": [0, 16, 48, 16]
|
|
},
|
|
"Jungle": {
|
|
"source": "MontyMole.png",
|
|
"rect": [48, 16, 48, 16]
|
|
},
|
|
"Snow": {
|
|
"source": "MontyMole.png",
|
|
"rect": [96, 16, 48, 16]
|
|
},
|
|
"Volcano": {
|
|
"source": "MontyMole.png",
|
|
"rect": [144, 16, 48, 16]
|
|
},
|
|
"Autumn": {
|
|
"source": "MontyMole.png",
|
|
"rect": [0, 32, 48, 16]
|
|
},
|
|
"Beach": {
|
|
"source": "MontyMole.png",
|
|
"rect": [48, 32, 48, 16]
|
|
},
|
|
"Mountain": {
|
|
"source": "MontyMole.png",
|
|
"rect": [96, 32, 48, 16]
|
|
},
|
|
"Space": {
|
|
"source": "MontyMole.png",
|
|
"rect": [144, 32, 48, 16]
|
|
},
|
|
"Bonus": {
|
|
"source": "MontyMole.png",
|
|
"rect": [0, 48, 48, 16]
|
|
}
|
|
}
|
|
}
|