Fixed a slight indentation error

pull/73/head
Ishaan Bhardwaj 2023-07-09 22:35:07 -04:00
parent e09b044de4
commit 0572803627
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function love.keypressed(key, scancode)
scene.restart_message = true
if config.secret then playSE("mode_decide")
else playSE("erase") end
-- f12 is reserved for saving screenshots
-- f12 is reserved for saving screenshots
elseif scancode == "f12" then
local ss_name = os.date("ss/%Y-%m-%d_%H-%M-%S.png")
local info = love.filesystem.getInfo("ss", "directory")