From a59cd982b9b3f44bffdd4596b41c377605dfc878 Mon Sep 17 00:00:00 2001 From: Anna Puddles <113144806+annapuddles@users.noreply.github.com> Date: Fri, 13 Jan 2023 22:30:26 -0500 Subject: [PATCH] Add hover text configuration settings --- config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config b/config index 2d2fbf2..c48fc7b 100644 --- a/config +++ b/config @@ -15,3 +15,9 @@ status_update_interval = 1 # Whether to automatically start the server, or wait for another script to start it. auto_start = 1 + +# The colour of any hover text +text_color = <1, 1, 1> + +# The opacity of any hover text +text_alpha = 1