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:14:55 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-22 14:14:55 (GMT)
commit9b9eab171f947d012dc9e752b88ed2318f98e654 (patch)
treea30ebb9359091c4cc7043ebe045f0ac239be6794 /DrawableObjectTests
parentc145ef9530ee8684e035eea0b7ab048fdc4df047 (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 6ec09f9..f290359 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], (0,0)))
+boxesTwo.add(UpDownBox(["goblin.png"], (0,0)))
background = pygame.image.load("Room.gif")
#background.fill(pygame.image.load("Room.gif"))
screen.blit(background, [0, 0])