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 15:54:50 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-19 15:54:50 (GMT)
commit9ea8f366b0e83e5b936ff66a11ddbc14e1dc2422 (patch)
treebb29a45bb7ac05ec5304e99d7426feecbb8521c3 /DrawableObjectTests/DrawableObjectMoveScaleTest.py
parentd313eaabdbb79dfdfca597807312dd18aa09ea8e (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 3379b5d..0f21cf6 100755
--- a/DrawableObjectTests/DrawableObjectMoveScaleTest.py
+++ b/DrawableObjectTests/DrawableObjectMoveScaleTest.py
@@ -70,7 +70,7 @@ switch2 = [
]
spriteSheet = Spritesheet("IndividualFrames/bmp16/a1/8.bmp")
-switch4 = spriteSheet.img_extract(1, 1, 40, 40, pygame.Color("ff9900"))
+switch4 = spriteSheet.img_extract(1, 1, 40, 40, pygame.Color(ff9900))
dynamicObj = DynamicDrawableObject(switch4,'',1,39,3, 2, 2)
secondDynamicObj = DynamicDrawableObject(switch3,'',1,39,100, 3, 3)