mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 13:19:03 -06:00
Fixed pressing F8 twice at the title screen
This commit is contained in:
parent
a1f0dfd9f2
commit
39e9dc3303
2
main.lua
2
main.lua
@ -113,7 +113,7 @@ function love.keypressed(key, scancode)
|
||||
saveConfig()
|
||||
scene.restart_message = true
|
||||
if config.secret then playSE("mode_decide")
|
||||
else playSE("erase") end
|
||||
else playSE("erase", "single") end
|
||||
-- f12 is reserved for saving screenshots
|
||||
elseif scancode == "f12" then
|
||||
local ss_name = os.date("ss/%Y-%m-%d_%H-%M-%S.png")
|
||||
|
Loading…
Reference in New Issue
Block a user