Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavesilver <nibor123@gmail.com>2010-07-13 20:28:45 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-13 20:28:45 (GMT)
commit51e4c0c66ba5b24bce15b5f5baf2260bb22c795f (patch)
treeac9b757f2782b3f814614205b9cc50fac8629bc7
parent9d5e6167847edbbf142448afc7f3f4aa771ca743 (diff)
Changed a file and am seeing if I can now commit.
-rwxr-xr-xDrawableObjectTests/AnimatedSprite.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/DrawableObjectTests/AnimatedSprite.py b/DrawableObjectTests/AnimatedSprite.py
index 6796600..4f5c8ba 100755
--- a/DrawableObjectTests/AnimatedSprite.py
+++ b/DrawableObjectTests/AnimatedSprite.py
@@ -4,7 +4,6 @@ class Spritesheet:
"""
Class from http://www.scriptedfun.com/transcript-2-using-sprite-sheets-and-drawing-the-background/
- This class can be used to seporate images from the sprite sheet
"""
def __init__(self, filename):
self.sheet = pygame.image.load(filename)#.convert()