not happening
change name - wompchat overlay attempt was made. turns out cant link obs to chrome extension web page. added greenscreen option instead. best i can do until chat bot is made. need a web page hosted that can be manipulated and can be linked into obs. some other unrelated fixes - minor bugs added escape key for popup expanded pupup window to full width of chat
This commit is contained in:
@@ -105,6 +105,10 @@ class Emotes {
|
||||
url = urls[1];
|
||||
}
|
||||
|
||||
// fix for overlay, remove "//" at start of url
|
||||
var protocol = "https:";
|
||||
url = protocol.concat(url);
|
||||
|
||||
this.dictionary.set(name, new Emote({ code: name, url }));
|
||||
this.franker_Dictionary.set(name, new Emote({ code: name, url }));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user