mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
added comments to config
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
const CONFIG = {
|
const CONFIG = {
|
||||||
remoteAppPort: 5899,
|
remoteAppPort: 5899, // The port the TS5 client uses for remote apps (TS client -> settings/Remote Apps/Port)
|
||||||
|
|
||||||
|
// Style of the overlay
|
||||||
style: {
|
style: {
|
||||||
fontBackground: "rgba(19, 20, 33, 0.5)",
|
fontBackground: "rgba(19, 20, 33, 0.5)",
|
||||||
fontColor: "#ffffff",
|
fontColor: "#ffffff",
|
||||||
@@ -7,6 +9,6 @@ const CONFIG = {
|
|||||||
fontStrokeSize: "3px",
|
fontStrokeSize: "3px",
|
||||||
fontStrokeColor: "#000000",
|
fontStrokeColor: "#000000",
|
||||||
},
|
},
|
||||||
hideSelf: false,
|
hideSelf: false, // Hide yourself in the overlay
|
||||||
hideSilent: false,
|
hideSilent: false, // Only show talking people
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user