Files
Super-Mario-Bros.-Remastere…/Assets/Sprites/Items/Vine.json
2025-09-13 16:30:32 +01:00

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
]
}
}
}