diff pytouhou/game/game.py @ 180:5a1533677a9a

Freeze time during spellcards
author Thibaut Girka <thib@sitedethib.com>
date Sun, 23 Oct 2011 23:28:22 +0200
parents 80a4c7ed43b3
children 184196480f59
line wrap: on
line diff
--- a/pytouhou/game/game.py
+++ b/pytouhou/game/game.py
@@ -46,6 +46,7 @@ class Game(object):
         self.rank = rank
         self.difficulty = difficulty
         self.boss = None
+        self.spellcard = None
         self.prng = Random()
         self.frame = 0