adjusted working text display to show better message

This commit is contained in:
ChuckBuilds
2025-04-30 12:27:16 -05:00
parent ca34e1227b
commit c649fabd68

View File

@@ -146,12 +146,12 @@
}, },
"text_display": { "text_display": {
"enabled": true, "enabled": true,
"text": "Your custom text here!", "text": "Subscribe to ChuckBuilds",
"font_path": "assets/fonts/5x7.bdf", "font_path": "assets/fonts/5x7.bdf",
"font_size": 7, "font_size": 7,
"scroll": false, "scroll": false,
"scroll_speed": 25, "scroll_speed": 25,
"text_color": [255, 255, 0], "text_color": [255, 255, 0],
"background_color": [0, 0, 50] "background_color": [0, 0, 0]
} }
} }