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

51 lines
769 B
JSON

{
"animations": {
"default": {
"frames": [
[
0.0,
0.0,
16.0,
16.0
],
[
16.0,
0.0,
16.0,
16.0
]
],
"speed": 5.0,
"loop": true
}
},
"variations": {
"default": {
"source": "CheepCheep.png",
"rect": [0, 0, 32, 16]
},
"Underground": {
"source": "CheepCheep.png",
"rect": [32, 0, 32, 16]
},
"Castle": {"link": "Underground"},
"GhostHouse": {"link": "Underground"},
"Snow": {
"source": "CheepCheep.png",
"rect": [0, 16, 32, 16]
},
"Space": {
"source": "CheepCheep.png",
"rect": [32, 16, 32, 16]
},
"Volcano": {
"source": "CheepCheep.png",
"rect": [64, 16, 32, 16]
},
"Bonus": {
"source": "CheepCheep.png",
"rect": [0, 32, 32, 16]
}
}
}