1
Fork 0

Changed position and time

This commit is contained in:
Jake Howard 2015-05-11 22:10:55 +01:00
parent 307b99fe19
commit 7ce3cbe077
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ def r9k(window):
image = pygame.transform.scale(pygame.image.load(image_file), window.get_size())
window.blit(image, (0,0))
font = pygame.font.SysFont(None, 30, bold=False)
window.blit(font.render("A rare pepe has been found. Alert R9k", True, (0,0,0)), (window.get_width()/2-150, window.get_height()/2))
window.blit(font.render("A rare pepe has been found. Alert R9k", True, (0,0,0)), (window.get_width()/2-175, window.get_height()/2))
pygame.display.update()
sleep(5)
sleep(9)