diff pytouhou/games/eosd.py @ 304:f3099ebf4f61

Update attribute names to reflect the actual interface.
author Thibaut Girka <thib@sitedethib.com>
date Tue, 13 Mar 2012 18:38:14 +0100
parents 647bde10353d
children 5492472963b0
line wrap: on
line diff
--- a/pytouhou/games/eosd.py
+++ b/pytouhou/games/eosd.py
@@ -109,7 +109,7 @@ class EoSDInterface(Game):
                       [Effect((0, 0), 5, front)] +
                       [Effect((0, 0), i, front) for i in range(5) + range(9, 16)])
         for item in self.items:
-            item._sprite.allow_dest_offset = True #XXX
+            item.sprite.allow_dest_offset = True #XXX
 
         self.labels = {
             'highscore': Text((500, 58), '0', front, ascii_wrapper),