mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 02:49:02 -06:00
Compare commits
2 Commits
8bd8c0eede
...
42f872a557
Author | SHA1 | Date | |
---|---|---|---|
|
42f872a557 | ||
|
a30791afc3 |
1
main.lua
1
main.lua
@ -97,6 +97,7 @@ function love.keypressed(key, scancode)
|
||||
elseif scancode == "f2" and scene.title ~= "Input Config" and scene.title ~= "Game" then
|
||||
scene = InputConfigScene()
|
||||
switchBGM(nil)
|
||||
loadSave()
|
||||
-- secret sound playing :eyes:
|
||||
elseif scancode == "f8" and scene.title == "Title" then
|
||||
config.secret = not config.secret
|
||||
|
Loading…
Reference in New Issue
Block a user