diff options
author | Indrajith K L | 2022-02-27 19:36:21 +0530 |
---|---|---|
committer | Indrajith K L | 2022-02-27 19:36:21 +0530 |
commit | 16db60e07d19f8c7c2138839a004b73242e80b19 (patch) | |
tree | 8e9bc6a9be1e3f671d8de0ef91a62a631ea3ce42 /utils/constants.lua | |
parent | 62ff5245c26c305e35a2903cc64a60cb20718e96 (diff) | |
download | YEAD-16db60e07d19f8c7c2138839a004b73242e80b19.tar.gz YEAD-16db60e07d19f8c7c2138839a004b73242e80b19.tar.bz2 YEAD-16db60e07d19f8c7c2138839a004b73242e80b19.zip |
Player Follow Camera - Done
Camera Zoom and Camera Map boundary bound - Done
Diffstat (limited to 'utils/constants.lua')
-rw-r--r-- | utils/constants.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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() |