From 16db60e07d19f8c7c2138839a004b73242e80b19 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 27 Feb 2022 19:36:21 +0530 Subject: Player Follow Camera - Done Camera Zoom and Camera Map boundary bound - Done --- utils/constants.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/constants.lua') diff --git a/utils/constants.lua b/utils/constants.lua index 2210d65..5284e6d 100644 --- a/utils/constants.lua +++ b/utils/constants.lua @@ -1,6 +1,6 @@ constants = {} -constants.resetBgColor = {0, 0, 0} +constants.resetBgColor = {0.15, 0.15, 0.15} constants.resetFgColor = {1, 1, 1} function constants:resetColors() -- cgit v1.2.3