Increase OBS text font size from 72 to 84
- Bumped font size for better visibility of team name text overlays in OBS - Applied to both text source creation and update scenarios 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f9363eac20
commit
b3679d6642
1 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@ async function createTextSource(sceneName, textSourceName, text) {
|
||||||
text,
|
text,
|
||||||
font: {
|
font: {
|
||||||
face: 'Arial',
|
face: 'Arial',
|
||||||
size: 72,
|
size: 84,
|
||||||
style: 'Bold'
|
style: 'Bold'
|
||||||
},
|
},
|
||||||
color: 0xFFFFFFFF, // White text
|
color: 0xFFFFFFFF, // White text
|
||||||
|
@ -352,7 +352,7 @@ async function createTextSource(sceneName, textSourceName, text) {
|
||||||
text,
|
text,
|
||||||
font: {
|
font: {
|
||||||
face: 'Arial',
|
face: 'Arial',
|
||||||
size: 72,
|
size: 84,
|
||||||
style: 'Bold'
|
style: 'Bold'
|
||||||
},
|
},
|
||||||
color: 0xFFFFFFFF, // White text
|
color: 0xFFFFFFFF, // White text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue