From c0888c484f62046fc66ef225576a73cc80f847ef Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Fri, 8 Jan 2021 20:33:44 -0500 Subject: [PATCH] Fixed the first easter egg --- scene/title.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scene/title.lua b/scene/title.lua index 75423a5..ee43375 100644 --- a/scene/title.lua +++ b/scene/title.lua @@ -72,6 +72,7 @@ function TitleScene:render() ) love.graphics.print("Happy Holidays!", 320, -100 + self.y_offset) + love.graphics.setColor(1, 1, 1, 1) love.graphics.print(self.restart_message and "Restart Cambridge..." or "", 0, 0) love.graphics.setColor(1, 1, 1, 0.5)