mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
added the game
This commit is contained in:
51
Assets/Sprites/Blocks/BlueOnOffBlock.json
Normal file
51
Assets/Sprites/Blocks/BlueOnOffBlock.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"animations": {
|
||||
"Default": {
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
],
|
||||
"speed": 5.0,
|
||||
"loop": true
|
||||
},
|
||||
"Off": {
|
||||
"frames": [
|
||||
[
|
||||
16.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
],
|
||||
"speed": 15.0,
|
||||
"loop": false
|
||||
},
|
||||
"On": {
|
||||
"frames": [
|
||||
[
|
||||
0.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
],
|
||||
"speed": 15.0,
|
||||
"loop": false
|
||||
}
|
||||
},
|
||||
"variations": {
|
||||
"default": {
|
||||
"source": "OnOffBlock.png",
|
||||
"rect": [
|
||||
0.0,
|
||||
0.0,
|
||||
32.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user