bridal: add custom event and enable
This commit is contained in:
parent
bf73e0b87a
commit
e58002ce4c
2 changed files with 226 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue