Update menu.py
This commit is contained in:
parent
edfd07c946
commit
ae71716a88
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Menu:
|
|||
def do(self):
|
||||
self.surface.blit(resources.SPLASH_SCREEN_IMAGE, (0, 0))
|
||||
|
||||
title_text = "SANDWICH"
|
||||
title_text = "Secret Sandwich Service"
|
||||
|
||||
self.surface.blit(
|
||||
resources.FONT_XL.render(title_text, True, "black"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue