Made it easier to see the egg

This commit is contained in:
Ishaan Bhardwaj 2020-12-19 20:43:57 -05:00
parent e26b094830
commit 1ea304916e

View File

@ -131,8 +131,7 @@ function love.keypressed(key, scancode)
elseif scancode == "f8" and scene.title == "Title" then elseif scancode == "f8" and scene.title == "Title" then
config.secret = not config.secret config.secret = not config.secret
saveConfig() saveConfig()
love.graphics.setFont(font_3x5_2) scene.restart_message = true
love.graphics.print("Restart Cambridge...", 0, 450)
if config.secret then playSE("mode_decide") if config.secret then playSE("mode_decide")
else playSE("erase") end else playSE("erase") end
-- function keys are reserved -- function keys are reserved