Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/bounce
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/bounce')
-rw-r--r--data/graphics/bounce4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/graphics/bounce b/data/graphics/bounce
index 02bc34f..d0bcd3c 100644
--- a/data/graphics/bounce
+++ b/data/graphics/bounce
@@ -1,6 +1,6 @@
# bounce: move some text around the screen
-import sys,pygame
+import pippy, pygame, sys
from pygame.locals import *
from random import *
@@ -44,7 +44,7 @@ textRect = text.get_rect()
textRect.left = 0;
textRect.top = 0;
-while 1:
+while pippy.pygame.next_frame():
for event in pygame.event.get():
if event.type == QUIT: