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:
RedEnchilada 2016-05-18 00:40:00 -05:00
parent 1e8e8b4f10
commit 83da0ee4bf
2 changed files with 7 additions and 5 deletions

View file

@ -19,11 +19,12 @@ CutsceneDatabase.intro = {
CutsceneDatabase.boss = {
music: "preboss",
lines: [
{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: "boss2", "text": "AND NONE OF YOU\nFILTHY SEA CREATURES\nCAN SAVE HER."},
{pic: "boss2", "text": "YOUR ENTIRE KINGDOM\nWILL TREMBLE IN MY\nPRESENCE."},
{pic: "boss3", "text": "BUT ENOUGH TALK.\nHAVE AT THEE!"},
{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: "boss2", "text": "AND NONE OF YOU\nFILTHY SEA CREATURES\nCAN SAVE HER. "},
{pic: "boss2", "text": "YOUR ENTIRE KINGDOM\nWILL TREMBLE IN MY\nPRESENCE. "},
{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() {
return Level("Boss 1");

View file

@ -6,6 +6,7 @@ Music = (function() {
"ocean",
"new-ocean",
"cavern",
"preboss",
"boss",
"ending",
];