Fixed the first easter egg

pull/13/head
Ishaan Bhardwaj 2021-01-08 20:33:44 -05:00
parent 3ef3b193fd
commit c0888c484f
1 changed files with 1 additions and 0 deletions

View File

@ -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)