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 16:12:47 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-19 16:12:47 (GMT)
commit5815bff7d503af928ef990049bc50fb62b04b7f6 (patch)
tree783fe5646e19450c59a6efd94b52af9cf40a61be /DrawableObjectTests/DrawableObjectMoveScaleTest.py
parent9e8ba7b6cb0638884838336d8b2ffc1bb6defe24 (diff)
Updating Tests
Diffstat (limited to 'DrawableObjectTests/DrawableObjectMoveScaleTest.py')
-rwxr-xr-xDrawableObjectTests/DrawableObjectMoveScaleTest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/DrawableObjectTests/DrawableObjectMoveScaleTest.py b/DrawableObjectTests/DrawableObjectMoveScaleTest.py
index 34883be..90b3708 100755
--- a/DrawableObjectTests/DrawableObjectMoveScaleTest.py
+++ b/DrawableObjectTests/DrawableObjectMoveScaleTest.py
@@ -73,7 +73,11 @@ switch2 = [
spriteSheet = Spritesheet("IndividualFrames/bmp16/a1/8.bmp")
switch4 = spriteSheet.img_extract(1, 1, 40, 40, pygame.Color("0xFF9900"))
+spriteSheet = Spritesheet("IndividualFrames/bmp16/a1/9.bmp")
+switch5 = spriteSheet.img_extract(1, 1, 40, 40, pygame.Color("0xFF9900"))
+
dynamicObj = DynamicDrawableObject(switch4,'',1,39,3, 2, 2)
+dynamicObj.addImages(switch5)
secondDynamicObj = DynamicDrawableObject(switch3,'',1,39,100, 3, 3)
staticObj = DynamicDrawableObject(switch2,'',1,40,43, 4, 4)