Renaming titlebar

This commit is contained in:
Alex Yatskov 2014-08-31 18:25:53 +09:00
parent c18693a9e7
commit 5130c03a3d

View File

@ -374,7 +374,7 @@ class Engine:
self.game = Game()
self.surface = pygame.display.set_mode(resolution, pygame.DOUBLEBUF)
pygame.display.set_caption('Tetris')
pygame.display.set_caption('Tetrys')
self.ticks = pygame.time.get_ticks()
if pygame.joystick.get_count() > 0: