mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
added the game
This commit is contained in:
96
Assets/Sprites/Enemies/Bowser.json
Executable file
96
Assets/Sprites/Enemies/Bowser.json
Executable file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"animations": {
|
||||
"Fall": {
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
48.0,
|
||||
48.0
|
||||
],
|
||||
[
|
||||
0.0,
|
||||
48.0,
|
||||
48.0,
|
||||
48.0
|
||||
]
|
||||
],
|
||||
"speed": 15.0,
|
||||
"loop": true
|
||||
},
|
||||
"FireBreathe": {
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
48.0,
|
||||
48.0
|
||||
],
|
||||
[
|
||||
48.0,
|
||||
0.0,
|
||||
48.0,
|
||||
48.0
|
||||
]
|
||||
],
|
||||
"speed": 10.0,
|
||||
"loop": true
|
||||
},
|
||||
"FireCharge": {
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
48.0,
|
||||
48.0,
|
||||
48.0
|
||||
],
|
||||
[
|
||||
48.0,
|
||||
48.0,
|
||||
48.0,
|
||||
48.0
|
||||
]
|
||||
],
|
||||
"speed": 10.0,
|
||||
"loop": true
|
||||
},
|
||||
"Idle": {
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
48.0,
|
||||
48.0
|
||||
],
|
||||
[
|
||||
48.0,
|
||||
0.0,
|
||||
48.0,
|
||||
48.0
|
||||
]
|
||||
],
|
||||
"speed": 8.0,
|
||||
"loop": true
|
||||
}
|
||||
},
|
||||
"variations": {
|
||||
"Overworld": {
|
||||
"source": "Bowser.png",
|
||||
"rect": [
|
||||
0.0,
|
||||
0.0,
|
||||
96.0,
|
||||
96.0
|
||||
]
|
||||
},
|
||||
"default": {
|
||||
"source": "Bowser.png",
|
||||
"rect": [
|
||||
0.0,
|
||||
0.0,
|
||||
96.0,
|
||||
96.0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user