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:53:39 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-19 15:53:39 (GMT)
commitd313eaabdbb79dfdfca597807312dd18aa09ea8e (patch)
tree8f0166724960339e190171eff2fd41485c62ffdf /DrawableObjectTests/DrawableObjectMoveScaleTest.py
parent31fea88284cbcda8a3bba85d52321255bca74849 (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 abeeece..3379b5d 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(255, 153, 0, 255))
+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)