From f334aeabc416f3b050d8178c50aa11d7cfb4bcbc Mon Sep 17 00:00:00 2001 From: Douth <47131318+douth-c@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:05:04 -0500 Subject: [PATCH] feat: config file --- [esx]/esx_loadingscreen/config.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 [esx]/esx_loadingscreen/config.lua diff --git a/[esx]/esx_loadingscreen/config.lua b/[esx]/esx_loadingscreen/config.lua new file mode 100644 index 00000000..67f639b2 --- /dev/null +++ b/[esx]/esx_loadingscreen/config.lua @@ -0,0 +1,3 @@ +Config = {} + +Config.Fade = true \ No newline at end of file