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

35 lines
842 B
JSON

{
"animations": {
"Locked": { "frames": [[0, 0, 16, 32]], "speed": 5, "loop": true },
"Idle": { "frames": [[16, 0, 16, 32]], "speed": 5, "loop": true },
"Open": {
"frames": [
[16, 0, 16, 32],
[32, 0, 16, 32],
[48, 0, 16, 32]
],
"speed": 10,
"loop": false
},
"Close": {
"frames": [
[48, 0, 16, 32],
[32, 0, 16, 32],
[16, 0, 16, 32]
],
"speed": 15,
"loop": false
}
},
"variations": {
"default": { "source": "Doors.png", "rect": [0, 0, 64, 32] },
"Underground": { "source": "Doors.png", "rect": [0, 32, 64, 32] },
"Bonus": { "link": "Underground" },
"Castle": { "link": "Underground" },
"GhostHouse": { "link": "Underground" },
"Space": { "link": "Underground" },
"Volcano": { "link": "Underground" },
"Snow": { "source": "Doors.png", "rect": [0, 64, 64, 32] }
}
}