summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-07 01:11:45 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-07 01:11:45 +0200
commit7e816d4202e5d90e7ec1dadb4e95b3a1030665b1 (patch)
tree70fd0503d70cfb24de5425e733616a5ad3d06bf6
parent97a5def2252e9a5d2829f45b7929b8f073f3beed (diff)
join game faster
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 66a7130..b2c5168 100644
--- a/test.py
+++ b/test.py
@@ -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))