Test (Adds Darnell and Pico-Playable)
If this works i found a way to just use github desktop lmao
This commit is contained in:
parent
2c2398041e
commit
367b43c353
219
characters/darnell.json
Normal file
219
characters/darnell.json
Normal file
@ -0,0 +1,219 @@
|
||||
{
|
||||
"animations": [
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"anim": "idle",
|
||||
"fps": 24,
|
||||
"name": "Idle",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
1,
|
||||
0
|
||||
],
|
||||
"anim": "singLEFT",
|
||||
"fps": 24,
|
||||
"name": "Pose Left",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": true,
|
||||
"offsets": [
|
||||
1,
|
||||
0
|
||||
],
|
||||
"anim": "singLEFT-loop",
|
||||
"fps": 24,
|
||||
"name": "Left Flame Loop",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
0,
|
||||
-3
|
||||
],
|
||||
"anim": "singDOWN",
|
||||
"fps": 24,
|
||||
"name": "Pose Down",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": true,
|
||||
"offsets": [
|
||||
0,
|
||||
-3
|
||||
],
|
||||
"anim": "singDOWN-loop",
|
||||
"fps": 24,
|
||||
"name": "Down Flame Loop",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
8,
|
||||
5
|
||||
],
|
||||
"anim": "singUP",
|
||||
"fps": 24,
|
||||
"name": "Pose Up",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": true,
|
||||
"offsets": [
|
||||
8,
|
||||
5
|
||||
],
|
||||
"anim": "singUP-loop",
|
||||
"fps": 24,
|
||||
"name": "Up Flame Loop",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
4,
|
||||
3
|
||||
],
|
||||
"anim": "singRIGHT",
|
||||
"fps": 24,
|
||||
"name": "Pose Right",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
4,
|
||||
3
|
||||
],
|
||||
"anim": "singRIGHT-loop",
|
||||
"fps": 24,
|
||||
"name": "Right Flame Loop",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"anim": "laugh",
|
||||
"fps": 24,
|
||||
"name": "Laugh",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"anim": "laughCutscene",
|
||||
"fps": 24,
|
||||
"name": "Laugh",
|
||||
"indices": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
]
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
8,
|
||||
1
|
||||
],
|
||||
"anim": "lightCan",
|
||||
"fps": 24,
|
||||
"name": "Light Can",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
15,
|
||||
9
|
||||
],
|
||||
"anim": "kickCan",
|
||||
"fps": 24,
|
||||
"name": "Kick Up",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
7,
|
||||
-1
|
||||
],
|
||||
"anim": "kneeCan",
|
||||
"fps": 24,
|
||||
"name": "Knee Forward",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"anim": "pissed",
|
||||
"fps": 24,
|
||||
"name": "Gets Pissed",
|
||||
"indices": []
|
||||
}
|
||||
],
|
||||
"no_antialiasing": false,
|
||||
"image": "sprites/characters/darnell",
|
||||
"position": [
|
||||
-250,
|
||||
250
|
||||
],
|
||||
"healthicon": "darnell",
|
||||
"flip_x": false,
|
||||
"healthbar_colors": [
|
||||
115,
|
||||
94,
|
||||
176
|
||||
],
|
||||
"camera_position": [
|
||||
-800,
|
||||
0
|
||||
],
|
||||
"sing_duration": 8,
|
||||
"scale": 1
|
||||
}
|
168
characters/pico-playable.json
Normal file
168
characters/pico-playable.json
Normal file
@ -0,0 +1,168 @@
|
||||
{
|
||||
"animations": [
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
3,
|
||||
0
|
||||
],
|
||||
"anim": "idle",
|
||||
"fps": 24,
|
||||
"name": "Pico Idle Dance",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
21,
|
||||
27
|
||||
],
|
||||
"anim": "singUP",
|
||||
"fps": 24,
|
||||
"name": "pico Up note",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
84,
|
||||
-80
|
||||
],
|
||||
"anim": "singDOWN",
|
||||
"fps": 24,
|
||||
"name": "Pico Down Note",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
80,
|
||||
-38
|
||||
],
|
||||
"anim": "singDOWNmiss",
|
||||
"fps": 24,
|
||||
"name": "Pico Down Note MISS",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
28,
|
||||
67
|
||||
],
|
||||
"anim": "singUPmiss",
|
||||
"fps": 24,
|
||||
"name": "pico Up note miss",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"offsets": [
|
||||
-46,
|
||||
1
|
||||
],
|
||||
"loop": false,
|
||||
"fps": 24,
|
||||
"anim": "singRIGHT",
|
||||
"indices": [],
|
||||
"name": "Pico Note Right"
|
||||
},
|
||||
{
|
||||
"offsets": [
|
||||
87,
|
||||
-10
|
||||
],
|
||||
"loop": false,
|
||||
"fps": 24,
|
||||
"anim": "singLEFT",
|
||||
"indices": [],
|
||||
"name": "Pico NOTE LEFT"
|
||||
},
|
||||
{
|
||||
"offsets": [
|
||||
-39,
|
||||
50
|
||||
],
|
||||
"loop": false,
|
||||
"fps": 24,
|
||||
"anim": "singRIGHTmiss",
|
||||
"indices": [],
|
||||
"name": "Pico Note Right Miss"
|
||||
},
|
||||
{
|
||||
"offsets": [
|
||||
81,
|
||||
28
|
||||
],
|
||||
"loop": false,
|
||||
"fps": 24,
|
||||
"anim": "singLEFTmiss",
|
||||
"indices": [],
|
||||
"name": "Pico NOTE LEFT miss"
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
39,
|
||||
2
|
||||
],
|
||||
"anim": "hey",
|
||||
"fps": 24,
|
||||
"name": "Pico HEY!!",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
-12,
|
||||
-10
|
||||
],
|
||||
"anim": "CanHit",
|
||||
"fps": 24,
|
||||
"name": "Pico Hit Can",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
-40,
|
||||
-5
|
||||
],
|
||||
"anim": "cock",
|
||||
"fps": 24,
|
||||
"name": "Pico Reload",
|
||||
"indices": []
|
||||
},
|
||||
{
|
||||
"loop": false,
|
||||
"offsets": [
|
||||
259,
|
||||
237
|
||||
],
|
||||
"anim": "shoot",
|
||||
"fps": 24,
|
||||
"name": "Pico Shoot Hip Full",
|
||||
"indices": []
|
||||
}
|
||||
],
|
||||
"vocals_file": "pico",
|
||||
"no_antialiasing": false,
|
||||
"image": "sprites/characters/Pico_Playable",
|
||||
"position": [
|
||||
0,
|
||||
300
|
||||
],
|
||||
"healthicon": "pico",
|
||||
"flip_x": false,
|
||||
"healthbar_colors": [
|
||||
183,
|
||||
216,
|
||||
85
|
||||
],
|
||||
"camera_position": [
|
||||
-300,
|
||||
0
|
||||
],
|
||||
"sing_duration": 4,
|
||||
"scale": 1,
|
||||
"_editor_isPlayer": true
|
||||
}
|
2427
sprites/characters/Pico_Playable.json
Normal file
2427
sprites/characters/Pico_Playable.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
sprites/characters/Pico_Playable.png
Normal file
BIN
sprites/characters/Pico_Playable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
2187
sprites/characters/darnell.json
Normal file
2187
sprites/characters/darnell.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
sprites/characters/darnell.png
Normal file
BIN
sprites/characters/darnell.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
Loading…
x
Reference in New Issue
Block a user