Renaming titlebar
This commit is contained in:
parent
c18693a9e7
commit
5130c03a3d
@ -374,7 +374,7 @@ class Engine:
|
|||||||
|
|
||||||
self.game = Game()
|
self.game = Game()
|
||||||
self.surface = pygame.display.set_mode(resolution, pygame.DOUBLEBUF)
|
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()
|
self.ticks = pygame.time.get_ticks()
|
||||||
|
|
||||||
if pygame.joystick.get_count() > 0:
|
if pygame.joystick.get_count() > 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user