Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DrawableObjectTests/DrawableObjectMoveScaleTest.py
diff options
context:
space:
mode:
authordavesilver <nibor123@gmail.com>2010-07-19 17:44:08 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-19 17:44:08 (GMT)
commit6de5deb77e4d1bae89a545796267e7a751ffd1e1 (patch)
treeee084e02d3befc739b3b50644640ec8a07915d95 /DrawableObjectTests/DrawableObjectMoveScaleTest.py
parent7c234c7858bb27fdb23f574c4dca477d2852f967 (diff)
Updating Tests
Diffstat (limited to 'DrawableObjectTests/DrawableObjectMoveScaleTest.py')
-rwxr-xr-xDrawableObjectTests/DrawableObjectMoveScaleTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DrawableObjectTests/DrawableObjectMoveScaleTest.py b/DrawableObjectTests/DrawableObjectMoveScaleTest.py
index 83c93f0..c1f6457 100755
--- a/DrawableObjectTests/DrawableObjectMoveScaleTest.py
+++ b/DrawableObjectTests/DrawableObjectMoveScaleTest.py
@@ -70,7 +70,7 @@ switch2 = [
[pygame.image.load("%sa2/9%s"%("IndividualFrames/bmp16/",".bmp"))]
]
-dynamicObj = DynamicDrawableObject(switch3,'',1,39,3, 2, 2)
+dynamicObj = DynamicDrawableObject(switch1,'',1,39,3, 2, 2)
secondDynamicObj = DynamicDrawableObject(switch1,'',1,39,100, 3, 3)
staticObj = DynamicDrawableObject(switch2,'',1,40,43, 4, 4)