From 011b6076f9cc8b09ca7581572ce192935d2b12d6 Mon Sep 17 00:00:00 2001 From: Alan Aguiar Date: Mon, 08 Apr 2013 21:47:21 +0000 Subject: twelve balls per player --- 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 -- cgit v0.9.1