diff options
Diffstat (limited to 'utils/constants.lua')
-rw-r--r-- | utils/constants.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/constants.lua b/utils/constants.lua deleted file mode 100644 index 5284e6d..0000000 --- a/utils/constants.lua +++ /dev/null @@ -1,11 +0,0 @@ -constants = {} - -constants.resetBgColor = {0.15, 0.15, 0.15} -constants.resetFgColor = {1, 1, 1} - -function constants:resetColors() - love.graphics.setColor(constants.resetFgColor) - love.graphics.setBackgroundColor(constants.resetBgColor) -end - -return constants
\ No newline at end of file |