mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 12:19:02 -06:00
Made it easier to see the egg
This commit is contained in:
parent
e26b094830
commit
1ea304916e
3
main.lua
3
main.lua
@ -131,8 +131,7 @@ function love.keypressed(key, scancode)
|
||||
elseif scancode == "f8" and scene.title == "Title" then
|
||||
config.secret = not config.secret
|
||||
saveConfig()
|
||||
love.graphics.setFont(font_3x5_2)
|
||||
love.graphics.print("Restart Cambridge...", 0, 450)
|
||||
scene.restart_message = true
|
||||
if config.secret then playSE("mode_decide")
|
||||
else playSE("erase") end
|
||||
-- function keys are reserved
|
||||
|
Loading…
Reference in New Issue
Block a user