-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebuilt 1.2.2 code + random menu backgrounds
Former-commit-id: 3b641e395e21faf2faa7c6a89106e5e6c8d74429
- Loading branch information
1 parent
ca0d3df
commit 5e63790
Showing
80 changed files
with
38,680 additions
and
4,609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,221 @@ | ||
{ | ||
"animations": [ | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-5, | ||
0 | ||
], | ||
"anim": "idle", | ||
"fps": 24, | ||
"name": "BF idle dance", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
5, | ||
-6 | ||
], | ||
"anim": "singLEFT", | ||
"fps": 24, | ||
"name": "BF NOTE LEFT0", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-10, | ||
-50 | ||
], | ||
"anim": "singDOWN", | ||
"fps": 24, | ||
"name": "BF NOTE DOWN0", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-29, | ||
27 | ||
], | ||
"anim": "singUP", | ||
"fps": 24, | ||
"name": "BF NOTE UP0", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-48, | ||
-7 | ||
], | ||
"anim": "singRIGHT", | ||
"fps": 24, | ||
"name": "BF NOTE RIGHT0", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
7, | ||
19 | ||
], | ||
"anim": "singLEFTmiss", | ||
"fps": 24, | ||
"name": "BF NOTE LEFT MISS", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-15, | ||
-19 | ||
], | ||
"anim": "singDOWNmiss", | ||
"fps": 24, | ||
"name": "BF NOTE DOWN MISS", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-36, | ||
27 | ||
], | ||
"anim": "singUPmiss", | ||
"fps": 24, | ||
"name": "BF NOTE UP MISS", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-44, | ||
22 | ||
], | ||
"anim": "singRIGHTmiss", | ||
"fps": 24, | ||
"name": "BF NOTE RIGHT MISS", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-3, | ||
5 | ||
], | ||
"anim": "hey", | ||
"fps": 24, | ||
"name": "BF HEY", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
15, | ||
18 | ||
], | ||
"anim": "hurt", | ||
"fps": 24, | ||
"name": "BF hit", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": true, | ||
"offsets": [ | ||
-4, | ||
0 | ||
], | ||
"anim": "scared", | ||
"fps": 24, | ||
"name": "BF idle shaking", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
37, | ||
11 | ||
], | ||
"anim": "firstDeath", | ||
"fps": 24, | ||
"name": "BF dies", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": true, | ||
"offsets": [ | ||
37, | ||
5 | ||
], | ||
"anim": "deathLoop", | ||
"fps": 24, | ||
"name": "BF Dead Loop", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
37, | ||
69 | ||
], | ||
"anim": "deathConfirm", | ||
"fps": 24, | ||
"name": "BF Dead confirm", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-10, | ||
-16 | ||
], | ||
"anim": "dodge", | ||
"fps": 24, | ||
"name": "boyfriend dodge", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
294, | ||
267 | ||
], | ||
"anim": "attack", | ||
"fps": 24, | ||
"name": "boyfriend attack", | ||
"indices": [] | ||
}, | ||
{ | ||
"loop": false, | ||
"offsets": [ | ||
-40, | ||
-40 | ||
], | ||
"anim": "pre-attack", | ||
"fps": 24, | ||
"name": "bf pre attack", | ||
"indices": [] | ||
} | ||
], | ||
"no_antialiasing": false, | ||
"image": "characters/BOYFRIENDGRAY", | ||
"position": [ | ||
0, | ||
350 | ||
], | ||
"healthicon": "bfGray", | ||
"flip_x": true, | ||
"healthbar_colors": [ | ||
155, | ||
155, | ||
155 | ||
], | ||
"camera_position": [ | ||
0, | ||
0 | ||
], | ||
"sing_duration": 4, | ||
"scale": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"animations": [ | ||
{ | ||
"offsets": [ | ||
40, | ||
0 | ||
], | ||
"loop": false, | ||
"fps": 24, | ||
"anim": "singLEFT", | ||
"indices": [], | ||
"name": "left" | ||
}, | ||
{ | ||
"offsets": [ | ||
-20, | ||
-110 | ||
], | ||
"loop": false, | ||
"fps": 24, | ||
"anim": "singDOWN", | ||
"indices": [], | ||
"name": "down" | ||
}, | ||
{ | ||
"offsets": [ | ||
0, | ||
20 | ||
], | ||
"loop": false, | ||
"fps": 24, | ||
"anim": "singUP", | ||
"indices": [], | ||
"name": "up" | ||
}, | ||
{ | ||
"offsets": [ | ||
-20, | ||
0 | ||
], | ||
"loop": false, | ||
"fps": 24, | ||
"anim": "singRIGHT", | ||
"indices": [], | ||
"name": "right" | ||
}, | ||
{ | ||
"loop": true, | ||
"offsets": [ | ||
0, | ||
0 | ||
], | ||
"anim": "idle", | ||
"fps": 12, | ||
"name": "idle", | ||
"indices": [] | ||
}, | ||
{ | ||
"offsets": [ | ||
0, | ||
0 | ||
], | ||
"indices": [], | ||
"fps": 24, | ||
"anim": "appear", | ||
"loop": false, | ||
"name": "appear" | ||
} | ||
], | ||
"no_antialiasing": false, | ||
"image": "characters/evzero", | ||
"position": [ | ||
0, | ||
230 | ||
], | ||
"healthicon": "evzero", | ||
"flip_x": false, | ||
"healthbar_colors": [ | ||
233, | ||
177, | ||
104 | ||
], | ||
"camera_position": [ | ||
-440, | ||
-440 | ||
], | ||
"sing_duration": 4, | ||
"scale": 1.8 | ||
} |
Oops, something went wrong.