Mercurial > touhou
diff pytouhou/game/sprite.py @ 150:4f46717390aa
Introduce items, implement ECL instruction 83
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 04 Oct 2011 23:09:41 +0200 |
parents | 174324a4da51 |
children | d3ba32a9096e |
line wrap: on
line diff
--- a/pytouhou/game/sprite.py +++ b/pytouhou/game/sprite.py @@ -27,7 +27,7 @@ class Sprite(object): def __init__(self, width_override=0, height_override=0): self.anm = None self._removed = False - self._changed = False + self._changed = True self.width_override = width_override self.height_override = height_override