From b536bbb85f0a21382b467ba7df3f153fea7a59ac Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 5 Mar 2020 20:54:25 +0000 Subject: [PATCH] Changed default scale values to what they should be --- config.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.lua b/config.lua index e930ef5..52ea8cc 100644 --- a/config.lua +++ b/config.lua @@ -50,7 +50,7 @@ CONFIG.keys = key_lock = 182, -- Radar keybinds switch - -- The default to key to switch the bind set is (K - INPUT_REPLAY_SHOWHOTKEY) + -- The default key to switch the bind set is (K - INPUT_REPLAY_SHOWHOTKEY) switch_keys = 311, -- Keys for a full size keyboard @@ -129,9 +129,9 @@ CONFIG.uiDefaults = -- Options: 0.25 - 2.5 scale = { - radar = 1.5, - remote = 1.5, - plateReader = 1.5 + radar = 1.0, + remote = 1.0, + plateReader = 1.0 }, -- The safezone size, must be a multiple of 5.