added the game

This commit is contained in:
JHDev2006
2025-09-13 16:30:32 +01:00
parent 5ef689109b
commit 3773bdaf64
3616 changed files with 263702 additions and 0 deletions

View 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] }
}
}