Update menu_system.py

main
Filips Kalniņš 2026-03-16 07:50:22 +00:00
parent 05a789d4ce
commit 9f86a64d8c
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class MainMenu:
def draw(self, screen):
screen.fill(BACKGROUND_COLOR)
title = self.font_title.render("PROJECTDD", True, (255, 255, 255))
title = self.font_title.render("DERRARIA", True, (255, 255, 255))
title_rect = title.get_rect(center=(SCREEN_WIDTH // 2, 100))
screen.blit(title, title_rect)