forked from ShadowMario/FNF-PsychEngine
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Senpai (Erect) and High (Erect) events Satin Panties, High, Senpai, Roses, and Thorns should now load the correct song on Nightmare difficulty (closes #387)
- Loading branch information
1 parent
b618771
commit 516136b
Showing
9 changed files
with
18,924 additions
and
756 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,106 @@ | ||
{ | ||
"song": { | ||
"events": [ | ||
[ | ||
48960, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"1.1", | ||
"" | ||
] | ||
] | ||
], | ||
[ | ||
49440, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"1.2", | ||
"" | ||
] | ||
] | ||
], | ||
[ | ||
49920, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"", | ||
"" | ||
] | ||
] | ||
], | ||
[ | ||
79680, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"1.1", | ||
"" | ||
] | ||
] | ||
], | ||
[ | ||
80160, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"1.2", | ||
"" | ||
] | ||
] | ||
], | ||
[ | ||
80640, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"", | ||
"" | ||
] | ||
] | ||
], | ||
[ | ||
84480, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"1.1", | ||
"" | ||
] | ||
] | ||
], | ||
[ | ||
88320, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"", | ||
"" | ||
] | ||
] | ||
], | ||
[ | ||
92160, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"1.1", | ||
"" | ||
] | ||
] | ||
], | ||
[ | ||
96000, | ||
[ | ||
[ | ||
"Set Camera Zoom", | ||
"", | ||
"" | ||
] | ||
] | ||
] | ||
] | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
6,155 changes: 6,154 additions & 1 deletion
6,155
assets/preload/data/satin-panties/satin-panties-nightmare.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.