mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
43 lines
801 B
JSON
43 lines
801 B
JSON
{
|
|
"animations": {
|
|
"default": {
|
|
"frames": [[0, 0, 32, 32]],
|
|
"speed": 5.0,
|
|
"loop": false
|
|
}
|
|
},
|
|
"variations": {
|
|
"default": {
|
|
"source": "LakituCloud.png",
|
|
"rect": [0, 0, 32, 32]
|
|
},
|
|
"Underground": {
|
|
"source": "LakituCloud.png",
|
|
"rect": [32, 0, 32, 32]
|
|
},
|
|
"Castle": {"link": "Underground"},
|
|
"GhostHouse": {"link": "Underground"},
|
|
"Underwater": {
|
|
"source": "LakituCloud.png",
|
|
"rect": [64, 0, 32, 32]
|
|
},
|
|
"CastleWater": {"link": "Underwater"},
|
|
"Snow": {
|
|
"source": "LakituCloud.png",
|
|
"rect": [0, 32, 32, 32]
|
|
},
|
|
"Space": {
|
|
"source": "LakituCloud.png",
|
|
"rect": [32, 32, 32, 32]
|
|
},
|
|
"Volcano": {
|
|
"source": "LakituCloud.png",
|
|
"rect": [64, 32, 32, 32]
|
|
},
|
|
"Bonus": {
|
|
"source": "LakituCloud.png",
|
|
"rect": [0, 64, 32, 32]
|
|
}
|
|
}
|
|
}
|