diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-07 01:11:45 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-07 01:11:45 +0200 |
commit | 7e816d4202e5d90e7ec1dadb4e95b3a1030665b1 (patch) | |
tree | 70fd0503d70cfb24de5425e733616a5ad3d06bf6 /test.py | |
parent | 97a5def2252e9a5d2829f45b7929b8f073f3beed (diff) |
join game faster
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)) |