From 42f872a55765f5fccbee1fecba9668191d8b1f56 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sat, 16 Oct 2021 19:10:33 -0400 Subject: [PATCH] Oops, indenting fix in main.lua --- main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.lua b/main.lua index 4db28ef..72e97e1 100644 --- a/main.lua +++ b/main.lua @@ -106,8 +106,8 @@ function love.keypressed(key, scancode) if config.secret then playSE("mode_decide") else playSE("erase") end -- f12 is reserved for saving screenshots - elseif scancode == "f12" then - local ss_name = os.date("ss/%Y-%m-%d_%H-%M-%S.png") + elseif scancode == "f12" then + local ss_name = os.date("ss/%Y-%m-%d_%H-%M-%S.png") local info = love.filesystem.getInfo("ss", "directory") if not info then love.filesystem.remove("ss")