bridal: add custom event and enable

This commit is contained in:
louis 2018-06-06 02:41:07 +09:00
parent bf73e0b87a
commit e58002ce4c
2 changed files with 226 additions and 11 deletions

View file

@ -26,7 +26,7 @@ let screenSizeTimeout = undefined;
let isMuted = false;
let volume = 0.5;
let prevMission = '{Select}';
const availableMstIds = [202070, 202013, 338003];
const availableMstIds = [202070, 202013, 338001, 338002, 338003, 338004, 338005, 338006, 338007, 338009, 338010, 338011];
function onBodyLoaded() {
bodyLoaded = true;
@ -402,4 +402,4 @@ function onWindowResize(event) {
player.updateResolution(res);
document.getElementById('app-container').style.cssText = `width: ${res.width}px; height: ${res.height}px;`;
}, 400);
}
}