Mercurial > touhou
diff pytouhou/games/eosd.py @ 508:1bc014f9d572
Make GameRunner entirely independent of Window or GameRenderer, so we can run a game without display.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 19 Nov 2013 14:19:14 +0100 |
parents | c622eaf64428 |
children | 577c3a88fb67 |
line wrap: on
line diff
--- a/pytouhou/games/eosd.py +++ b/pytouhou/games/eosd.py @@ -102,7 +102,7 @@ class EoSDCommon(object): class EoSDGame(Game): def __init__(self, resource_loader, stage, rank, difficulty, - common, prng=None, hints=None, friendly_fire=True, + common, prng, hints=None, friendly_fire=True, nb_bullets_max=640): self.etama = common.etama #XXX