change time that the x is on screen, made x thicker
This commit is contained in:
parent
8ce77656ae
commit
f6ad2290bc
@ -18,10 +18,10 @@ def main():
|
|||||||
rainbow_pos = 0
|
rainbow_pos = 0
|
||||||
|
|
||||||
window.fill((0, 0, 0))
|
window.fill((0, 0, 0))
|
||||||
pygame.draw.line(window, (255, 255, 255), (0, 0), (720, 720), 5)
|
pygame.draw.line(window, (255, 255, 255), (0, 0), (720, 720), 25)
|
||||||
pygame.draw.line(window, (255, 255, 255), (0, 720), (720, 0), 5)
|
pygame.draw.line(window, (255, 255, 255), (0, 720), (720, 0), 25)
|
||||||
pygame.display.flip()
|
pygame.display.flip()
|
||||||
time.sleep(1)
|
time.sleep(2)
|
||||||
|
|
||||||
running = True
|
running = True
|
||||||
while running:
|
while running:
|
||||||
|
Loading…
Reference in New Issue
Block a user