diff gamelib/animations.py @ 233:d3d5352f5853

Twek speed loop. Document animation assumptions
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 Sep 2009 09:00:12 +0000
parents 3074784c93f4
children d0760fccce14
line wrap: on
line diff
--- a/gamelib/animations.py	Fri Sep 04 23:59:52 2009 +0000
+++ b/gamelib/animations.py	Sat Sep 05 09:00:12 2009 +0000
@@ -13,6 +13,8 @@
        the sprites list.
        
        Ideally, animations should be quite short."""
+       # In the current implementation, sequences longer than 3 frames
+       # will cause issues as this will overrun the next move loop.
 
     def __init__(self, sequence, tile_pos):
         # Create the first frame