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 14:20:14 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-19 14:20:14 (GMT)
commit4fb88c49f737aec845ce2984c28fb2a4e03ce1a0 (patch)
tree3b0446bbfeff385fef21fb24f69afae964e97494 /DrawableObjectTests/DrawableObjectMoveScaleTest.py
parentf5fc746a92ff39d54ff513044f69372a4735f21d (diff)
Trying something within the test environment.
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 6219be4..1d011ed 100755
--- a/DrawableObjectTests/DrawableObjectMoveScaleTest.py
+++ b/DrawableObjectTests/DrawableObjectMoveScaleTest.py
@@ -77,7 +77,7 @@ cnt = 0
#cnt += 1
blitAndFlip()
time.sleep(2)
-myScene.scaleScene(100,100)
+myScene.getObject(1).scale(20,20)
blitAndFlip()
time.sleep(2)