mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-30 03:09:43 +00:00
added the game
This commit is contained in:
39
Assets/Sprites/Enemies/RockyWrench.json
Normal file
39
Assets/Sprites/Enemies/RockyWrench.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"animations": {
|
||||
"Aim": {
|
||||
"frames": [[16, 0, 16, 32]],
|
||||
"speed": 1.0,
|
||||
"loop": true
|
||||
},
|
||||
"Throw": {
|
||||
"frames": [[32, 0, 16, 32]],
|
||||
"speed": 1.0,
|
||||
"loop": true
|
||||
},
|
||||
"Idle": {
|
||||
"frames": [[0, 0, 16, 32]],
|
||||
"speed": 1.0,
|
||||
"loop": true
|
||||
},
|
||||
"Dead": {
|
||||
"frames": [[48, 0, 16, 32], [64, 0, 16, 32]],
|
||||
"speed": 15.0,
|
||||
"loop": true
|
||||
}
|
||||
},
|
||||
"variations": {
|
||||
"default": {"source": "RockyWrench.png", "rect": [0, 0, 80, 32]},
|
||||
"Underground": {"source": "RockyWrench.png", "rect": [80, 0, 80, 32]},
|
||||
"Castle": {"source": "RockyWrench.png", "rect": [160, 0, 80, 32]},
|
||||
"Underwater": {"source": "RockyWrench.png", "rect": [240, 0, 80, 32]},
|
||||
"Desert": {"source": "RockyWrench.png", "rect": [0, 32, 80, 32]},
|
||||
"Jungle": {"source": "RockyWrench.png", "rect": [80, 32, 80, 32]},
|
||||
"Snow": {"source": "RockyWrench.png", "rect": [160, 32, 80, 32]},
|
||||
"Volcano": {"source": "RockyWrench.png", "rect": [240, 32, 80, 32]},
|
||||
"Autumn": {"source": "RockyWrench.png", "rect": [0, 64, 80, 32]},
|
||||
"Beach": {"source": "RockyWrench.png", "rect": [80, 64, 80, 32]},
|
||||
"Mountain": {"source": "RockyWrench.png", "rect": [160, 64, 80, 32]},
|
||||
"Space": {"source": "RockyWrench.png", "rect": [240, 64, 80, 32]},
|
||||
"Bonus": {"source": "RockyWrench.png", "rect": [0, 96, 80, 32]}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user