mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 15:29:02 -06:00
Fixed the first easter egg
This commit is contained in:
parent
3ef3b193fd
commit
c0888c484f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user