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:15:51 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-22 14:15:51 (GMT)
commit382981af2c53c08e1e72d61a302049809686a4ce (patch)
treee359d27561e60e3f2f8f6693bfdad11d64bac98b /DrawableObjectTests
parent9b9eab171f947d012dc9e752b88ed2318f98e654 (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 f290359..4f0cca1 100644
--- a/DrawableObjectTests/renderupdates.py
+++ b/DrawableObjectTests/renderupdates.py
@@ -50,7 +50,7 @@ boxes.add(UpDownBox(switch1, (200, 200)))
screen = pygame.display.set_mode([1200, 900])
-boxesTwo.add(UpDownBox(["goblin.png"], (0,0)))
+boxesTwo.add(UpDownBox([pygame.image.load("goblin.png")], (0,0)))
background = pygame.image.load("Room.gif")
#background.fill(pygame.image.load("Room.gif"))
screen.blit(background, [0, 0])