Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-04-08 21:47:21 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-04-08 21:47:21 (GMT)
commit011b6076f9cc8b09ca7581572ce192935d2b12d6 (patch)
tree34b0933dcb682a7bcfd88fe8ca38318961a01a66
parentdd57165b1e8151ab33e417ed27ec091250a059bc (diff)
twelve balls per player
-rwxr-xr-xsprayplay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sprayplay.py b/sprayplay.py
index d64514f..649555a 100755
--- a/sprayplay.py
+++ b/sprayplay.py
@@ -40,7 +40,7 @@ PUCKS_TO_WIN = 5
BULLET_RADIUS = 10.0
BULLET_SPEED = 4
BULLET_MASS = 0.2
-AMMO_PER_PLAYER = 20
+AMMO_PER_PLAYER = 12
# Player rotation constants
PLAYER_ARM_LENGTH = 20.0