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

63 lines
633 B
JSON
Executable File

{
"animations": {
"Off": {
"frames": [
[
0.0,
0.0,
16.0,
16.0
],
[
16.0,
0.0,
16.0,
16.0
]
],
"speed": 5.0,
"loop": true
},
"On": {
"frames": [
[
0.0,
16.0,
16.0,
16.0
],
[
16.0,
16.0,
16.0,
16.0
]
],
"speed": 5.0,
"loop": true
},
"default": {
"frames": [
[
0.0,
0.0,
16.0,
16.0
]
],
"speed": 5.0,
"loop": true
}
},
"variations": {
"default": {
"source": "OnOffSwitch.png",
"rect": [
0.0,
0.0,
32.0,
32.0
]
}
}
}