mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
70 lines
774 B
JSON
70 lines
774 B
JSON
{
|
|
"variations": {
|
|
"default": {
|
|
"source": "Vine.png",
|
|
"rect": [
|
|
0.0,
|
|
0.0,
|
|
16.0,
|
|
32.0
|
|
]
|
|
},
|
|
"Underground": {
|
|
"source": "Vine.png",
|
|
"rect": [
|
|
16.0,
|
|
0.0,
|
|
16.0,
|
|
32.0
|
|
]
|
|
},
|
|
"GhostHouse": {
|
|
"link": "Underground"
|
|
},
|
|
"Castle": {
|
|
"source": "Vine.png",
|
|
"rect": [
|
|
32.0,
|
|
0.0,
|
|
16.0,
|
|
32.0
|
|
]
|
|
},
|
|
"Snow": {
|
|
"source": "Vine.png",
|
|
"rect": [
|
|
0.0,
|
|
32.0,
|
|
16.0,
|
|
32.0
|
|
]
|
|
},
|
|
"Space": {
|
|
"source": "Vine.png",
|
|
"rect": [
|
|
16.0,
|
|
32.0,
|
|
16.0,
|
|
32.0
|
|
]
|
|
},
|
|
"Volcano": {
|
|
"source": "Vine.png",
|
|
"rect": [
|
|
32.0,
|
|
32.0,
|
|
16.0,
|
|
32.0
|
|
]
|
|
},
|
|
"Bonus": {
|
|
"source": "Vine.png",
|
|
"rect": [
|
|
0.0,
|
|
64.0,
|
|
16.0,
|
|
32.0
|
|
]
|
|
}
|
|
}
|
|
} |