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-22 14:07:53 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-22 14:07:53 (GMT)
commit0e3ec59663d89be6d53b5b36da72b58df5ead6a5 (patch)
tree812603b4c4de9cf49990c28756552898b97a5676 /DrawableObjectTests
parent8b2060faae0081934f0892a1d31ea36828c4c08b (diff)
Editing Sprite tests
Diffstat (limited to 'DrawableObjectTests')
-rw-r--r--DrawableObjectTests/renderupdates.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/DrawableObjectTests/renderupdates.py b/DrawableObjectTests/renderupdates.py
index 2c66dcd..b530656 100644
--- a/DrawableObjectTests/renderupdates.py
+++ b/DrawableObjectTests/renderupdates.py
@@ -45,8 +45,11 @@ switch3 = [
]
boxes.add(UpDownBox(switch1, (0, 0)))
-#boxes.add(UpDownBox(switch2, (350, 350)))
-boxes.add(UpDownBox(switch3, (600, 600)))
+boxes.add(UpDownBox(switch1, (350, 350)))
+boxes.add(UpDownBox(switch1, (600, 600)))
+boxes.add(UpDownBox(switch1, (200, 200)))
+boxes.add(UpDownBox(switch1, (300, 300)))
+boxes.add(UpDownBox(switch1, (500, 500)))
screen = pygame.display.set_mode([1200, 900])
background = pygame.image.load("Room.gif")