Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Animation Styles/AnimatedSpriteTest.py
diff options
context:
space:
mode:
authorKevin Hockey <Blitzkev@gmail.com>2010-07-12 22:39:28 (GMT)
committer Kevin Hockey <Blitzkev@gmail.com>2010-07-12 22:39:28 (GMT)
commit64268c8dadef7166aa8321fa79b57df569f69cb4 (patch)
treeae77ef49ad96beb34acb0dd4283067ffa8e1eabe /Animation Styles/AnimatedSpriteTest.py
parent1012b9aceff21c0d027533580efe58c372147a39 (diff)
small typo fix
Diffstat (limited to 'Animation Styles/AnimatedSpriteTest.py')
-rwxr-xr-xAnimation Styles/AnimatedSpriteTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Animation Styles/AnimatedSpriteTest.py b/Animation Styles/AnimatedSpriteTest.py
index 6cf2e02..1f8bbe5 100755
--- a/Animation Styles/AnimatedSpriteTest.py
+++ b/Animation Styles/AnimatedSpriteTest.py
@@ -148,7 +148,7 @@ def readIndivFrames(fileType, path):
def readPerLine(fileType, path):
- spriteSheet1 = Spritesheet(("%sButtons.%s"%(path,fileType)))
+ spriteSheet1 = Spritesheet(("%sButtons%s"%(path,fileType)))
instances= []