Increase OBS text font size from 84 to 96

- Further increased font size for better visibility of team name text overlays

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Decobus 2025-07-22 15:52:05 -04:00
parent c8a7b83fc4
commit 0dbdc52fd3

View file

@ -323,7 +323,7 @@ async function createTextSource(sceneName, textSourceName, text) {
text,
font: {
face: 'Arial',
size: 84,
size: 96,
style: 'Bold'
},
color: 0xFFFFFFFF, // White text
@ -352,7 +352,7 @@ async function createTextSource(sceneName, textSourceName, text) {
text,
font: {
face: 'Arial',
size: 84,
size: 96,
style: 'Bold'
},
color: 0xFFFFFFFF, // White text