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:49:14 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-19 15:49:14 (GMT)
commit31fea88284cbcda8a3bba85d52321255bca74849 (patch)
tree06f7062d1f12893a96b3e8812ddcafb21f9f6a75 /DrawableObjectTests/DrawableObjectMoveScaleTest.py
parent3da69f1aaa33eb27b25e3e23ee1cf99230e904fe (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 cb1329b..abeeece 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)))
+switch4 = spriteSheet.img_extract(1, 1, 40, 40, pygame.Color(255, 153, 0, 255))
dynamicObj = DynamicDrawableObject(switch4,'',1,39,3, 2, 2)
secondDynamicObj = DynamicDrawableObject(switch3,'',1,39,100, 3, 3)