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:58:20 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-19 15:58:20 (GMT)
commit21d856f2c8b8864c7519ee2f39f09978bdaa2079 (patch)
treeafcd023ee5cd9087b28283c279ee2aa960972c83 /DrawableObjectTests/DrawableObjectMoveScaleTest.py
parent9ea8f366b0e83e5b936ff66a11ddbc14e1dc2422 (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 0f21cf6..f222fba 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("0xFF9900"))
dynamicObj = DynamicDrawableObject(switch4,'',1,39,3, 2, 2)
secondDynamicObj = DynamicDrawableObject(switch3,'',1,39,100, 3, 3)