Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/DrawableObjectTests
diff options
context:
space:
mode:
authordavesilver <nibor123@gmail.com>2010-07-21 21:19:34 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-21 21:19:34 (GMT)
commitbe7872b51c7fd74ca0fe38b0acad9054421a9880 (patch)
tree1baf658605123b24b977f8e02dbcba449bf91096 /DrawableObjectTests
parenta48acf02199e90331217d6c2821174dfc8d2441c (diff)
Editing Sprite tests
Diffstat (limited to 'DrawableObjectTests')
-rw-r--r--DrawableObjectTests/renderupdates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DrawableObjectTests/renderupdates.py b/DrawableObjectTests/renderupdates.py
index b5f4e7d..2c24b84 100644
--- a/DrawableObjectTests/renderupdates.py
+++ b/DrawableObjectTests/renderupdates.py
@@ -46,7 +46,7 @@ switch3 = [
boxes.add(UpDownBox(switch1, (0, 0)))
boxesTwo.add(UpDownBox(switch2, (0, 350)))
-boxesThree.add(UpDownBox(switch3, (0, 700)))
+boxesThree.add(UpDownBox(switch3, (0, 660)))
screen = pygame.display.set_mode([1200, 900])
background = pygame.image.load("Room.gif")