Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DrawableObjectTests/DrawableObject.py
diff options
context:
space:
mode:
authorjlew <jlew.blackout@gmail.com>2010-08-05 02:27:54 (GMT)
committer jlew <jlew.blackout@gmail.com>2010-08-05 02:34:17 (GMT)
commita40c23156be43a23df3f93eb0355cd4f21763233 (patch)
tree5a852419761143ceeada401867825c534eeb31d7 /DrawableObjectTests/DrawableObject.py
parent4e706cac2b99b7eb4b98bd55d5a28da728d4cf39 (diff)
parent50df09bbfa69fe00b16ea8ec9ceabadba5ce7d08 (diff)
Merge branch 'animationrework'
Conflicts: MAFH2/BattleEngine.py
Diffstat (limited to 'DrawableObjectTests/DrawableObject.py')
-rwxr-xr-xDrawableObjectTests/DrawableObject.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/DrawableObjectTests/DrawableObject.py b/DrawableObjectTests/DrawableObject.py
index d3f0f0f..07a5613 100755
--- a/DrawableObjectTests/DrawableObject.py
+++ b/DrawableObjectTests/DrawableObject.py
@@ -15,6 +15,7 @@ class DrawableObject(pygame.sprite.Sprite):
self._origImages.append(images[cnt][0].convert())
cnt += 1
self._start = pygame.time.get_ticks()
+ self.image = self._images[0]
self._delay = 1000 / fps
self._last_update = 0
self._frame = 0