mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-28 18:29:44 +00:00
added the game
This commit is contained in:
67
Assets/Sprites/Enemies/FighterFly.json
Normal file
67
Assets/Sprites/Enemies/FighterFly.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"animations": {
|
||||
"Fly": {
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
],
|
||||
[
|
||||
16.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
],
|
||||
"speed": 15.0,
|
||||
"loop": true
|
||||
},
|
||||
"Idle": {
|
||||
"frames": [
|
||||
[
|
||||
32.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
],
|
||||
"speed": 5.0,
|
||||
"loop": true
|
||||
}
|
||||
},
|
||||
"variations": {
|
||||
"default": {
|
||||
"source": "FighterFly.png",
|
||||
"rect": [0, 0, 48, 16]
|
||||
},
|
||||
"Underground": {
|
||||
"source": "FighterFly.png",
|
||||
"rect": [48, 0, 48, 16]
|
||||
},
|
||||
"GhostHouse": {"link": "Underground"},
|
||||
"Castle": {"link": "Underground"},
|
||||
"Underwater": {
|
||||
"source": "FighterFly.png",
|
||||
"rect": [96, 0, 48, 16]
|
||||
},
|
||||
"CastleWater": {"link": "Underwater"},
|
||||
"Snow": {
|
||||
"source": "FighterFly.png",
|
||||
"rect": [0, 16, 48, 16]
|
||||
},
|
||||
"Space": {
|
||||
"source": "FighterFly.png",
|
||||
"rect": [48, 16, 48, 16]
|
||||
},
|
||||
"Volcano": {
|
||||
"source": "FighterFly.png",
|
||||
"rect": [96, 16, 48, 16]
|
||||
},
|
||||
"Bonus": {
|
||||
"source": "FighterFly.png",
|
||||
"rect": [0, 32, 48, 16]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user