Minor updates. /JL

This commit is contained in:
2025-03-23 16:41:08 +01:00
parent b29ebec730
commit 93264c64fa
3 changed files with 3 additions and 1 deletions

View File

@@ -8,4 +8,5 @@ class StartScreen:
self.banner = pygame.transform.smoothscale(self.banner, (self.banner_width, int(self.banner_width*0.4)))
self.parent.screen.blit(self.banner, (0, 0))