Load in pre-boss cutscene music
Nothing like staying up past midnight on a work night to sync cutscene lengths to music like a nerd
This commit is contained in:
parent
1e8e8b4f10
commit
83da0ee4bf
2 changed files with 7 additions and 5 deletions
|
@ -19,11 +19,12 @@ CutsceneDatabase.intro = {
|
||||||
CutsceneDatabase.boss = {
|
CutsceneDatabase.boss = {
|
||||||
music: "preboss",
|
music: "preboss",
|
||||||
lines: [
|
lines: [
|
||||||
{pic: "boss1", "text": "HEHEHE... SO YOU\nDECIDED TO SHOW UP\nAFTER ALL, I SEE."},
|
{pic: "boss1", "text": "HEHEHE... SO YOU\nDECIDED TO SHOW UP\nAFTER ALL, I SEE. "},
|
||||||
{pic: "boss1", "text": "UNFORTUNATELY FOR\nYOU, YOU'RE TOO LATE.\nTHE PRINCESS IS MINE."},
|
{pic: "boss1", "text": "UNFORTUNATELY FOR\nYOU, YOU'RE TOO LATE.\nTHE PRINCESS IS MINE. "},
|
||||||
{pic: "boss2", "text": "AND NONE OF YOU\nFILTHY SEA CREATURES\nCAN SAVE HER."},
|
{pic: "boss2", "text": "AND NONE OF YOU\nFILTHY SEA CREATURES\nCAN SAVE HER. "},
|
||||||
{pic: "boss2", "text": "YOUR ENTIRE KINGDOM\nWILL TREMBLE IN MY\nPRESENCE."},
|
{pic: "boss2", "text": "YOUR ENTIRE KINGDOM\nWILL TREMBLE IN MY\nPRESENCE. "},
|
||||||
{pic: "boss3", "text": "BUT ENOUGH TALK.\nHAVE AT THEE!"},
|
{pic: "boss3", "text": "SURELY YOU ARE NOT\nSO FOOLISH AS TO\nATTEMPT TO DEFY ME. "},
|
||||||
|
{pic: "boss3", "text": "NOT LIKE YOU HAVE A\nCHANCE. YOUR ERA AS\nRULERS ENDS HERE! "},
|
||||||
],
|
],
|
||||||
end: function() {
|
end: function() {
|
||||||
return Level("Boss 1");
|
return Level("Boss 1");
|
||||||
|
|
|
@ -6,6 +6,7 @@ Music = (function() {
|
||||||
"ocean",
|
"ocean",
|
||||||
"new-ocean",
|
"new-ocean",
|
||||||
"cavern",
|
"cavern",
|
||||||
|
"preboss",
|
||||||
"boss",
|
"boss",
|
||||||
"ending",
|
"ending",
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue