diff options
Diffstat (limited to 'test.py')
-rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ i=0 while True: i=i+1 print(i) - if (i==100): + if (i==10): c.send_respawn() screen.fill((0,0,0)) |