mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 14:59:02 -06:00
Fixed a slight indentation error
This commit is contained in:
parent
e09b044de4
commit
0572803627
2
main.lua
2
main.lua
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user