mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"variations": {
|
|
"default": {
|
|
"Day": {"source": "InvisibleBlock.png", "rect": [0, 0, 16, 16]},
|
|
"Night": {"source": "InvisibleBlock.png", "rect": [16, 0, 16, 16]}
|
|
},
|
|
"Underground": {
|
|
"source": "InvisibleBlock.png",
|
|
"rect": [
|
|
16.0,
|
|
0.0,
|
|
16.0,
|
|
16.0
|
|
]
|
|
},
|
|
"Castle": {"link": "Underground"},
|
|
"GhostHouse": {"link": "Underground"},
|
|
"Volcano": {"link": "Underground"},
|
|
"Bonus": {"link": "Underground"},
|
|
"Jungle": {"link": "Underground"},
|
|
"Space": {"link": "Underground"}
|
|
|
|
}
|
|
}
|