From c649fabd6853feeebe9a73aafd7a5f26a86705e6 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:27:16 -0500 Subject: [PATCH] adjusted working text display to show better message --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 5521bf68..b255659e 100644 --- a/config/config.json +++ b/config/config.json @@ -146,12 +146,12 @@ }, "text_display": { "enabled": true, - "text": "Your custom text here!", + "text": "Subscribe to ChuckBuilds", "font_path": "assets/fonts/5x7.bdf", "font_size": 7, "scroll": false, "scroll_speed": 25, "text_color": [255, 255, 0], - "background_color": [0, 0, 50] + "background_color": [0, 0, 0] } } \ No newline at end of file