diff pytouhou/game/games.py @ 143:ea21bb37febe

Add max bullets limit
author Thibaut Girka <thib@sitedethib.com>
date Sun, 25 Sep 2011 21:00:43 +0200
parents 3af65541dfd3
children 4f46717390aa
line wrap: on
line diff
--- a/pytouhou/game/games.py
+++ b/pytouhou/game/games.py
@@ -39,5 +39,5 @@ class EoSDGame(Game):
                       Character(player01, 5., 2.5, 2.5)]
 
         Game.__init__(self, resource_loader, players, stage, rank, difficulty,
-                      bullet_types, characters)
+                      bullet_types, characters, nb_bullets_max=640)