mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-29 18:59:42 +00:00
added the game
This commit is contained in:
34
Assets/Sprites/Tilesets/Doors.json
Normal file
34
Assets/Sprites/Tilesets/Doors.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"animations": {
|
||||
"Locked": { "frames": [[0, 0, 16, 32]], "speed": 5, "loop": true },
|
||||
"Idle": { "frames": [[16, 0, 16, 32]], "speed": 5, "loop": true },
|
||||
"Open": {
|
||||
"frames": [
|
||||
[16, 0, 16, 32],
|
||||
[32, 0, 16, 32],
|
||||
[48, 0, 16, 32]
|
||||
],
|
||||
"speed": 10,
|
||||
"loop": false
|
||||
},
|
||||
"Close": {
|
||||
"frames": [
|
||||
[48, 0, 16, 32],
|
||||
[32, 0, 16, 32],
|
||||
[16, 0, 16, 32]
|
||||
],
|
||||
"speed": 15,
|
||||
"loop": false
|
||||
}
|
||||
},
|
||||
"variations": {
|
||||
"default": { "source": "Doors.png", "rect": [0, 0, 64, 32] },
|
||||
"Underground": { "source": "Doors.png", "rect": [0, 32, 64, 32] },
|
||||
"Bonus": { "link": "Underground" },
|
||||
"Castle": { "link": "Underground" },
|
||||
"GhostHouse": { "link": "Underground" },
|
||||
"Space": { "link": "Underground" },
|
||||
"Volcano": { "link": "Underground" },
|
||||
"Snow": { "source": "Doors.png", "rect": [0, 64, 64, 32] }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user