From 76ef61c3e80e79fa3cad5553e3d84314dcec6ddc Mon Sep 17 00:00:00 2001 From: Brandon Kessler Date: Mon, 16 Feb 2026 15:10:28 -0700 Subject: [PATCH] DOCS: Creates the config library script and adds comments --- lib/config.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/config.lua diff --git a/lib/config.lua b/lib/config.lua new file mode 100644 index 0000000..d031cb6 --- /dev/null +++ b/lib/config.lua @@ -0,0 +1,7 @@ +-- This Script will hold all the functions surrounding the config file + + +-- TODO: Check for the config file's existance + + +-- TODO: Create the Config File with default settings