- added link to doublespeak

- added cross-promotion event for Penrose
- removed dead Dropbox code
This commit is contained in:
Michael Townsend
2021-01-28 10:29:05 -05:00
parent f8b3c03e9b
commit bddb27131e
5 changed files with 65 additions and 6 deletions
+10 -1
View File
@@ -21,7 +21,8 @@ var Events = {
Events.EventPool = [].concat(
Events.Global,
Events.Room,
Events.Outside
Events.Outside,
Events.Marketing
);
Events.eventStack = [];
@@ -995,6 +996,14 @@ var Events = {
Notifications.notify(null, info.notification);
}
info.onClick && info.onClick();
// Link
if (info.link) {
Events.endEvent();
window.open(info.link);
}
// Next Scene
if(info.nextScene) {
if(info.nextScene == 'end') {