Program name changed

This commit is contained in:
2021-03-26 22:40:38 +03:00
parent 1ac78db1fa
commit d1ec8d0864
+1 -1
View File
@@ -216,7 +216,7 @@ def init():
random.seed()
pygame.init()
screen = pygame.display.set_mode(screenSize)
pygame.display.set_caption('First test')
pygame.display.set_caption('Drakora')
clock = pygame.time.Clock()
sprites = pygame.sprite.Group()