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,210 @@
{
"animations": {
"Attack": {
"frames": [],
"speed": 5.0,
"loop": true
},
"Climb": {
"frames": [
[
160.0,
32.0,
32.0,
32.0
],
[
192.0,
32.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Crouch": {
"frames": [
[
32.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Die": {
"frames": [
[
224.0,
32.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Grow": {
"frames": [
[
0.0,
64.0,
32.0,
32.0
],
[
0.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Idle": {
"frames": [
[
0.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Jump": {
"frames": [
[
192.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Move": {
"frames": [
[
64.0,
0.0,
32.0,
32.0
],
[
128.0,
0.0,
32.0,
32.0
],
[
96.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"Skid": {
"frames": [
[
160.0,
0.0,
32.0,
32.0
]
],
"speed": 5.0,
"loop": true
},
"SwimIdle": {
"frames": [
[
224.0,
0.0,
32.0,
32.0
],
[
0.0,
32.0,
32.0,
32.0
]
],
"speed": 10.0,
"loop": true
},
"SwimUp": {
"frames": [
[
224.0,
0.0,
32.0,
32.0
],
[
0.0,
32.0,
32.0,
32.0
],
[
32.0,
32.0,
32.0,
32.0
],
[
64.0,
32.0,
32.0,
32.0
],
[
96.0,
32.0,
32.0,
32.0
],
[
128.0,
32.0,
32.0,
32.0
]
],
"speed": 25.0,
"loop": true
},
"FaceForward": {
"frames": [[32, 64, 32, 32]],
"speed": 1.0,
"loop": true
},
"Pose": {
"frames": [[64, 64, 32, 32]],
"speed": 1.0,
"loop": true
}
},
"variations": {
"default": {
"source": "Small.png",
"rect": [
0.0,
0.0,
256.0,
96.0
]
}
}
}