diff pytouhou/game/player.py @ 303:647bde10353d

Add score/effective_score distinction and prepare for highscore handling.
author Thibaut Girka <thib@sitedethib.com>
date Sat, 10 Mar 2012 20:37:15 +0100
parents 94c636f8f863
children f3099ebf4f61
line wrap: on
line diff
--- a/pytouhou/game/player.py
+++ b/pytouhou/game/player.py
@@ -28,6 +28,7 @@ class PlayerState(object):
         self.character = character # ReimuA/ReimuB/MarisaA/MarisaB/...
 
         self.score = score
+        self.effective_score = score
         self.lives = lives
         self.bombs = bombs
         self.power = power