-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit cdb4a88
Showing
1,758 changed files
with
1,849,254 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
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,7 @@ | ||
# welcome | ||
thats all you need to know | ||
|
||
# how2play | ||
play the mod here: https://sites.google.com/view/schoolfnf124/fnf-clean | ||
|
||
or here: https://beelijah.github.io/fnfcleanweb.github.io/ |
Empty file.
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,6 @@ | ||
# README | ||
|
||
Notes to self: | ||
- After the idle/sing animation finishes, the game immediately transitions to (and loops, if enabled in the JSON) the `-hold` animation. | ||
- In `dad.json` and `parents-christmas.json`, this is used to keep their eyes flickering during long notes. | ||
- In `mom-car.json`, this animation is used to keep her hair blowing while singing, and between bops of her idle. |
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,96 @@ | ||
{ | ||
"version": "1.0.0", | ||
"name": "Boyfriend (Car)", | ||
"assetPath": "characters/bfCar", | ||
"flipX": true, | ||
"renderType": "multisparrow", | ||
"singTime": 8.0, | ||
"healthIcon": { | ||
"id": "bf" | ||
}, | ||
"animations": [ | ||
{ | ||
"name": "idle", | ||
"prefix": "BF idle dance", | ||
"offsets": [-5, 0] | ||
}, | ||
{ | ||
"name": "idle-hold", | ||
"prefix": "BF idle dance", | ||
"frameIndices": [10, 11, 12, 13], | ||
"looped": true, | ||
"offsets": [-5, 0] | ||
}, | ||
{ | ||
"name": "singLEFT", | ||
"prefix": "BF NOTE LEFT0", | ||
"offsets": [12, -6] | ||
}, | ||
{ | ||
"name": "singDOWN", | ||
"prefix": "BF NOTE DOWN0", | ||
"offsets": [-10, -50] | ||
}, | ||
{ | ||
"name": "singUP", | ||
"prefix": "BF NOTE UP0", | ||
"offsets": [-29, 27] | ||
}, | ||
{ | ||
"name": "singRIGHT", | ||
"prefix": "BF NOTE RIGHT0", | ||
"offsets": [-38, -7] | ||
}, | ||
{ | ||
"name": "singLEFTmiss", | ||
"prefix": "BF NOTE LEFT MISS", | ||
"offsets": [12, 24] | ||
}, | ||
{ | ||
"name": "singDOWNmiss", | ||
"prefix": "BF NOTE DOWN MISS", | ||
"offsets": [-11, -19] | ||
}, | ||
{ | ||
"name": "singUPmiss", | ||
"prefix": "BF NOTE UP MISS", | ||
"offsets": [-29, 27] | ||
}, | ||
{ | ||
"name": "singRIGHTmiss", | ||
"prefix": "BF NOTE RIGHT MISS", | ||
"offsets": [-30, 21] | ||
}, | ||
{ | ||
"name": "firstDeath", | ||
"prefix": "BF dies", | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [-37, 11] | ||
}, | ||
{ | ||
"name": "dodge", | ||
"prefix": "boyfriend dodge", | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [0, 0] | ||
}, | ||
{ | ||
"name": "hit", | ||
"prefix": "BF hit", | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [0, 0] | ||
}, | ||
{ | ||
"name": "deathLoop", | ||
"prefix": "BF Dead Loop", | ||
"assetPath": "characters/BOYFRIEND", | ||
"looped": true, | ||
"offsets": [-37, 5] | ||
}, | ||
{ | ||
"name": "deathConfirm", | ||
"prefix": "BF Dead confirm", | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [-37, 69] | ||
} | ||
] | ||
} |
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,77 @@ | ||
{ | ||
"version": "1.0.0", | ||
"name": "Boyfriend (Christmas)", | ||
"assetPath": "characters/bfChristmas", | ||
"flipX": true, | ||
"healthIcon": { | ||
"id": "bf" | ||
}, | ||
"renderType": "multisparrow", | ||
"singTime": 8.0, | ||
"animations": [ | ||
{ | ||
"name": "idle", | ||
"prefix": "BF idle dance", | ||
"offsets": [-5, 0] | ||
}, | ||
{ | ||
"name": "singLEFT", | ||
"prefix": "BF NOTE LEFT0", | ||
"offsets": [12, -6] | ||
}, | ||
{ | ||
"name": "singDOWN", | ||
"prefix": "BF NOTE DOWN0", | ||
"offsets": [-10, -50] | ||
}, | ||
{ | ||
"name": "singUP", | ||
"prefix": "BF NOTE UP0", | ||
"offsets": [-29, 27] | ||
}, | ||
{ | ||
"name": "singRIGHT", | ||
"prefix": "BF NOTE RIGHT0", | ||
"offsets": [-38, -7] | ||
}, | ||
{ | ||
"name": "singLEFTmiss", | ||
"prefix": "BF NOTE LEFT MISS", | ||
"offsets": [12, 24] | ||
}, | ||
{ | ||
"name": "singDOWNmiss", | ||
"prefix": "BF NOTE DOWN MISS", | ||
"offsets": [-11, -19] | ||
}, | ||
{ | ||
"name": "singUPmiss", | ||
"prefix": "BF NOTE UP MISS", | ||
"offsets": [-29, 27] | ||
}, | ||
{ | ||
"name": "singRIGHTmiss", | ||
"prefix": "BF NOTE RIGHT MISS", | ||
"offsets": [-30, 21] | ||
}, | ||
{ | ||
"name": "firstDeath", | ||
"prefix": "BF dies", | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [-37, 11] | ||
}, | ||
{ | ||
"name": "deathLoop", | ||
"prefix": "BF Dead Loop", | ||
"assetPath": "characters/BOYFRIEND", | ||
"looped": true, | ||
"offsets": [-37, 5] | ||
}, | ||
{ | ||
"name": "deathConfirm", | ||
"prefix": "BF Dead confirm", | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [-37, 69] | ||
} | ||
] | ||
} |
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,94 @@ | ||
{ | ||
"version": "1.0.0", | ||
"name": "Boyfriend (Dark)", | ||
"renderType": "multisparrow", | ||
"assetPath": "characters/bf_dark", | ||
"flipX": true, | ||
"healthIcon": { | ||
"id": "bf", | ||
"flipX": false | ||
}, | ||
"singTime": 8.0, | ||
"animations": [ | ||
{ | ||
"name": "idle", | ||
"prefix": "BF idle dance", | ||
"offsets": [-5, 0] | ||
}, | ||
{ | ||
"name": "singLEFT", | ||
"prefix": "BF NOTE LEFT0", | ||
"offsets": [12, -6] | ||
}, | ||
{ | ||
"name": "singDOWN", | ||
"prefix": "BF NOTE DOWN0", | ||
"offsets": [-10, -50] | ||
}, | ||
{ | ||
"name": "singUP", | ||
"prefix": "BF NOTE UP0", | ||
"offsets": [-29, 27] | ||
}, | ||
{ | ||
"name": "singRIGHT", | ||
"prefix": "BF NOTE RIGHT0", | ||
"offsets": [-38, -7] | ||
}, | ||
{ | ||
"name": "singLEFTmiss", | ||
"prefix": "BF NOTE LEFT MISS", | ||
"offsets": [12, 24] | ||
}, | ||
{ | ||
"name": "singDOWNmiss", | ||
"prefix": "BF NOTE DOWN MISS", | ||
"offsets": [-11, -19] | ||
}, | ||
{ | ||
"name": "singUPmiss", | ||
"prefix": "BF NOTE UP MISS", | ||
"offsets": [-29, 27] | ||
}, | ||
{ | ||
"name": "singRIGHTmiss", | ||
"prefix": "BF NOTE RIGHT MISS", | ||
"offsets": [-30, 21] | ||
}, | ||
{ | ||
"name": "hey", | ||
"prefix": "BF HEY!!", | ||
"offsets": [7, 4] | ||
}, | ||
{ | ||
"name": "scared", | ||
"prefix": "BF idle shaking", | ||
"offsets": [-4, 0] | ||
}, | ||
{ | ||
"name": "firstDeath", | ||
"prefix": "BF dies", | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [-37, 11] | ||
}, | ||
{ | ||
"name": "fakeoutDeath", | ||
"prefix": "BF dies", | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [-37, 11] | ||
}, | ||
{ | ||
"name": "deathLoop", | ||
"prefix": "BF Dead Loop", | ||
"looped": true, | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [-37, 5] | ||
}, | ||
{ | ||
"name": "deathConfirm", | ||
"prefix": "BF Dead confirm", | ||
"assetPath": "characters/BOYFRIEND", | ||
"offsets": [-37, 69] | ||
} | ||
] | ||
} |
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,87 @@ | ||
{ | ||
"version": "1.0.0", | ||
"name": "Boyfriend (Holding GF)", | ||
"assetPath": "characters/bfAndGF", | ||
"flipX": true, | ||
"renderType": "multisparrow", | ||
"healthIcon": { | ||
"id": "bf" | ||
}, | ||
"animations": [ | ||
{ | ||
"name": "singUP", | ||
"prefix": "BF Dead with GF Loop", | ||
"assetPath": "characters/bfHoldingGF-DEAD", | ||
"offsets": [0, 0] | ||
}, | ||
{ | ||
"name": "firstDeath", | ||
"prefix": "BF Dies with GF", | ||
"assetPath": "characters/bfHoldingGF-DEAD", | ||
"offsets": [37, 14] | ||
}, | ||
{ | ||
"name": "deathConfirm", | ||
"prefix": "RETRY confirm holding gf", | ||
"assetPath": "characters/bfHoldingGF-DEAD", | ||
"offsets": [37, 28] | ||
}, | ||
{ | ||
"name": "deathLoop", | ||
"prefix": "BF Dead with GF Loop", | ||
"looped": true, | ||
"assetPath": "characters/bfHoldingGF-DEAD", | ||
"offsets": [37, -3] | ||
}, | ||
{ | ||
"name": "idle", | ||
"prefix": "BF idle dance", | ||
"offsets": [0, 0] | ||
}, | ||
{ | ||
"name": "singLEFT", | ||
"prefix": "BF NOTE LEFT0", | ||
"offsets": [12, 7] | ||
}, | ||
{ | ||
"name": "singDOWN", | ||
"prefix": "BF NOTE DOWN0", | ||
"offsets": [-10, -10] | ||
}, | ||
{ | ||
"name": "singUP", | ||
"prefix": "BF NOTE UP0", | ||
"offsets": [-29, 10] | ||
}, | ||
{ | ||
"name": "singRIGHT", | ||
"prefix": "BF NOTE RIGHT0", | ||
"offsets": [-41, 23] | ||
}, | ||
{ | ||
"name": "singLEFTmiss", | ||
"prefix": "BF NOTE LEFT MISS", | ||
"offsets": [12, 7] | ||
}, | ||
{ | ||
"name": "singDOWNmiss", | ||
"prefix": "BF NOTE DOWN MISS", | ||
"offsets": [-10, -10] | ||
}, | ||
{ | ||
"name": "singUPmiss", | ||
"prefix": "BF NOTE UP MISS", | ||
"offsets": [-29, 10] | ||
}, | ||
{ | ||
"name": "singRIGHTmiss", | ||
"prefix": "BF NOTE RIGHT MISS", | ||
"offsets": [-41, 23] | ||
}, | ||
{ | ||
"name": "bfCatch", | ||
"prefix": "BF catches GF", | ||
"offsets": [0, 0] | ||
} | ||
] | ||
} |
Oops, something went wrong.